Can this extension be configured to work with the ConfirmAccount extension, for example to send account creation requests via webhook?
Extension talk:Discord
Hello! Is there a way to ignore edits and new pages created when using the Translate extension? Every edit generates two Discord events - one for the "Translations:" namespace, then immediately one for the Page_Name/es ("es" being Spanish).
I thought I might at least be able to block the "Translations:" namespace one by setting:
$wgDiscordDisabledNS = ['1198'];
But that doesn't appear to work either.
$wgDiscordDisabledNS requires an array of integers, rather than a string. Try changing it, and let me know if you still have problems!
I also tried:
$wgDiscordDisabledNS = [ 1198 ];
And it didn't seem to work either. Is that the format it should be in?
I use <code>$wgDiscordDisabledNS = [1198, 1199]; // Translations</code>
I have it AFTER <code>wfLoadExtension( 'Discord' );</code>
1199 is the Translations:Talk namespace.
Try that :)
That did the trick, thanks!
Hi @SamanthaNguyen! I noticed the download and GitHub links for this extension are dead. I was wondering if the project has moved to a new location, or simply has yet to be published? Thanks!
EDIT: Has been fixed
Hi @SamanthaNguyen
It looks like all the hooks are working fine on my wiki except from PageSaveComplete that sends no notifications on my Discord server. Any idea?
You should file a task for this on the extension's issue tracker; I don't think the author generally watches this page (and Samantha Nguyen has nothing to do with this extension, as far as I'm aware).
This was a bug reported in: https://github.com/jayktaylor/mw-discord/issues/57 and fixed in: https://github.com/jayktaylor/mw-discord/pull/58
You can re-download the extension to avoid this bug.
There are no older topics