-
-
Notifications
You must be signed in to change notification settings - Fork 392
Matrix bridge: Event object no longer has "membership" key. #612
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
Comments
Is there any documentation for this change in the Matrix.org APIs? |
The example in https://github.com/matrix-org/matrix-python-sdk/blob/master/samples/SimpleChatClient.py still uses "membership" which no longer works. The Matrix API documentation doesn't have changelog that says any deprecation. Because of #604, the library used in the Matrix bridge is no longer actively maintained. @timabbott is it worth it to modernize the Matrix bridge, or should I make the Zulip Go API work so that people can use Matterbridge? |
Can you open an issue with the Matrix.org folks for that |
This will be closed by #723 since it uses matrix-nio. |
Uh oh!
There was an error while loading. Please reload this page.
The event object of this line only has these keys:
['unsigned', 'origin_server_ts', 'type', 'room_id', 'content', 'sender', 'event_id']
.membership
is gone.The text was updated successfully, but these errors were encountered: