<p dir="ltr">On Feb 4, 2016 09:57, "Matthew Flaschen" <<a href="mailto:mflaschen@wikimedia.org">mflaschen@wikimedia.org</a>> wrote:<br>
><br>
> I spoke to Riccardo at FOSDEM, and he indicated you might be interested in setting up cross-wiki notifications.<br>
><br>
> There is not much documentation right now (<a href="https://phabricator.wikimedia.org/T125728">https://phabricator.wikimedia.org/T125728</a>).</p>
<p dir="ltr">Yeah, we should write some. Thanks for filing that.</p>
<p dir="ltr">> Also set $wgEchoUseCrossWikiBetaFeature to true if you want it to be a Beta Feature (requires BetaFeatures extension) (probably a good idea to make it a BetaFeature initially while we iron out any issues).<br>
></p>
<p dir="ltr">Counter-intuitively, not enabling that setting doesn't make the feature available to everyone, it makes it completely unavailable. To enable it for everyone, you need $wgDefaultUserOptions['echo-cross-wiki-notifications'] = true; .</p>
<p dir="ltr">Also, after creating the database table, you should populate it by running extensions/Echo/maintenance/backfillUnreadWikis.php on every wiki. If you don't do that, the feature will work, but notifications that were received before the feature was enabled won't be taken into account.</p>
<p dir="ltr">Roan</p>