update matrix link

This commit is contained in:
Michael C
2021-08-29 14:58:12 -04:00
parent 24e82309c4
commit 5f8a319f48
2 changed files with 3 additions and 3 deletions

View File

@@ -612,7 +612,7 @@ describe("postSkipSegments", () => {
const userID = "09dee632bfbb1acc9fda3169cc14b46e459b45cee4f4449be305590e612b5eb7";
const expected = "Submission rejected due to a warning from a moderator. This means that we noticed you were making some common mistakes"
+ " that are not malicious, and we just want to clarify the rules. "
+ "Could you please send a message in discord.gg/SponsorBlock or matrix.to/#/+sponsor:ajay.app so we can further help you? "
+ "Could you please send a message in discord.gg/SponsorBlock or matrix.to/#/#sponsor:ajay.app so we can further help you? "
+ `Your userID is ${userID}.\n\nWarning reason: '${reason}'`;
assert.strictEqual(errorMessage, expected);