Validations sur la source (14)
-
-
-
-
-
-
-
Elliu a rédigé
-
Elliu a rédigé
-
Signed-off-by:
Seth Falco <seth@falco.fun>
-
-
Elliu a rédigé
replying to edited message from matrix
-
salixor a rédigé
Fix an issue where replies on Discord to a Discord edited messaged would result in "This event could not be displayed"
-
Deurstann a rédigé
Fix attachments order Fix image disappearing from matrix after editing an image+text message on discord Fix discord edit on image only-message failing to get edited on matrix
Affichage de
- package.json 1 ajout, 1 suppressionpackage.json
- src/bot.ts 90 ajouts, 61 suppressionssrc/bot.ts
- src/discordmessageprocessor.ts 1 ajout, 1 suppressionsrc/discordmessageprocessor.ts
- src/matrixcommandhandler.ts 4 ajouts, 2 suppressionssrc/matrixcommandhandler.ts
- src/matrixeventprocessor.ts 3 ajouts, 2 suppressionssrc/matrixeventprocessor.ts
- src/matrixmessageprocessor.ts 1 ajout, 1 suppressionsrc/matrixmessageprocessor.ts
- src/usersyncroniser.ts 1 ajout, 1 suppressionsrc/usersyncroniser.ts
- src/util.ts 2 ajouts, 15 suppressionssrc/util.ts
- test/mocks/appservicemock.ts 18 ajouts, 2 suppressionstest/mocks/appservicemock.ts
- test/mocks/message.ts 11 ajouts, 2 suppressionstest/mocks/message.ts
- test/test_discordbot.ts 94 ajouts, 3 suppressionstest/test_discordbot.ts
- tsconfig.json 1 ajout, 1 suppressiontsconfig.json
- yarn.lock 12 ajouts, 12 suppressionsyarn.lock
... | ... | @@ -40,7 +40,7 @@ |
}, | ||
"homepage": "https://github.com/Half-Shot/matrix-appservice-discord#readme", | ||
"dependencies": { | ||
"@mx-puppet/matrix-discord-parser": "0.1.10", | ||
"@deurstann/matrix-discord-parser": "1.10.7", | ||
"better-discord.js": "github:matrix-org/better-discord.js#5024781db755259e88abe915630b7d5b3ba5f48f", | ||
"better-sqlite3": "^7.1.0", | ||
"command-line-args": "^5.1.1", | ||
... | ... |