Merge pull request #988 from aaronraimist/fix-mjolnir

Fix step 3 of Mjolnir instructions
This commit is contained in:
Slavi Pantaleev 2021-04-09 11:36:15 +03:00 committed by GitHub
commit 4ecfd78f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ You will need to prevent Synapse from rate limiting the bot's account. This is n
1. Copy the statement below into a text editor. 1. Copy the statement below into a text editor.
``` ```
INSERT INTO ratelimit_override VALUES ("@bot.mjolnir:DOMAIN", 0, 0); INSERT INTO ratelimit_override VALUES ('@bot.mjolnir:DOMAIN', 0, 0);
``` ```
1. Change the username (`@bot.mjolnir:DOMAIN`) to the username you used when you registered the bot's account. You must change `DOMAIN` to your server's domain. 1. Change the username (`@bot.mjolnir:DOMAIN`) to the username you used when you registered the bot's account. You must change `DOMAIN` to your server's domain.