A partial archive of https://discourse-mediawiki.wmflabs.org as of Saturday May 21, 2022.

Echo does not display notification when mentioning some users in discussion

imenZr

I activated Extension:Echo

wfLoadExtension( ‘Echo’ );

$wgEnotifUserTalk = true;

$wgEnotifWatchlist = true;

$wgEmailAuthentication = true;

and i want to mention some users in discussion but no notification was displayed

How to resolve this problem??

Ciencia-Al-Poder

Echo notifications are probably being sent through the job queue. Look at Manual:Job queue page for information about how it works and possible problems.

aklapper

How is this question related to development? This sounds like configuration instead?