Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/76026
Change subject: EventLogging: Add schema for mobile watchlist interactions ...................................................................... EventLogging: Add schema for mobile watchlist interactions Change-Id: I1690ceb262f071fae1e1aad352b226e8ac1f21ee --- M wmf-config/mobile.php 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/26/76026/1 diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php index 578476e..d0f5b8e 100644 --- a/wmf-config/mobile.php +++ b/wmf-config/mobile.php @@ -75,11 +75,19 @@ 'revision' => 5644223, ); + $wgResourceModules[ 'schema.MobileWatchlistInteraction' ] = array( + 'class' => 'ResourceLoaderSchemaModule', + 'schema' => 'MobileWatchlistInteraction', + 'targets' => 'mobile', + 'revision' => 5678021, + ); + $wgHooks['EnableMobileModules'][] = function( $out, $mode ) { $modules = array( 'mobile.uploads.schema', 'mobile.watchlist.schema', 'mobile.editing.schema', + 'schema.MobileWatchlistInteraction', ); // add regardless of mode $out->addModules( $modules ); -- To view, visit https://gerrit.wikimedia.org/r/76026 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1690ceb262f071fae1e1aad352b226e8ac1f21ee Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits