-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: M -> D native discord edits #819
base: develop
Are you sure you want to change the base?
Conversation
A few things to consider:
|
Not a reviewer, but what was the reason for bumping the better-discord.js dependency? |
With 48b0430, the |
6981bcd
to
90c5459
Compare
thanks! |
thanks for the reminder! My private signoff is still valid, right? |
Am not a maintainer, just some guy trying to help here. Someone from the orga needs to answer that. |
Any updates on this? |
Rename "editEventId" to "editedEventId" in DiscordBot.edit. The id string that's handed to the function as an argument is the id of the original message event, while 'event.event_id' is the actual replace/edit-event.
Support M->D edit bridging via the native discord webhook endpoint Fixes issue matrix-org#644
Co-authored-by: Miepee <[email protected]> Signed-off-by: Vyquos <[email protected]>
I just saw that I can just reopen the issue. Oops, my bad. |
I rebased again, hoping for review! |
fixes issue #644.