[09:17:59] on the off-chance that/in case someone in here is familiar with the Flow/StructuredDiscussions API... does anyone know if the `view-topiclist` API submodule is supposed to also list Flow topics that have been 'hidden' by a non-admin (and are therefore still viewable in the history of a Flow board)? [09:19:31] (& if it *isn't* supposed to list 'hidden' Flow topics, is there another API call that *would* list any hidden topics on a Flow board?) [22:38:57] Hi - as of sometime in the last week, I can no longer check in changes to Approved Revs, due to a "Missing page state before update" error when the code calls MediaWiki's DerivedPageDataUpdater::doUpdates() - see https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ApprovedRevs/+/1131445 [22:39:22] (that was DerivedPageDataUpdater:: doUpdates()) [22:39:41] Does anyone have any idea what needs to be changed in the Approved Revs code? [22:47:13] Yaron: call $pageDataUpdater->grabCurrentRevision() before calling $pageDataUpdater->prepareUpdate() [22:47:28] like 99% sure that'll fix it [23:19:55] moonmoon: thank you, that indeed worked! https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ApprovedRevs/+/1131476 [23:51:14] Yaron: glad it worked!