DynamicContentPostList: Ignore invisible entries
这个提交包含在:
父节点
c891b36339
当前提交
f5eb36e7bb
@ -12,6 +12,7 @@ std::string DynamicContentPostList::render()
|
||||
auto pageDao = this->database->createPageDao();
|
||||
auto revisionDao = this->database->createRevisionDao();
|
||||
QueryOption option;
|
||||
option.includeInvisible = false;
|
||||
auto members = categoryDao->fetchMembers(this->catname, option);
|
||||
std::vector<std::pair<std::string, time_t>> pageList;
|
||||
for(std::string &member : members)
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户