-
- Downloads
Extract the id token of the token when authing users, include the token and...
Extract the id token of the token when authing users, include the token and device_id in the internal meta data for the event along with the transaction id when sending events
Showing
- synapse/api/auth.py 5 additions, 3 deletionssynapse/api/auth.py
- synapse/handlers/message.py 11 additions, 1 deletionsynapse/handlers/message.py
- synapse/rest/client/v1/admin.py 1 addition, 1 deletionsynapse/rest/client/v1/admin.py
- synapse/rest/client/v1/directory.py 2 additions, 2 deletionssynapse/rest/client/v1/directory.py
- synapse/rest/client/v1/events.py 2 additions, 2 deletionssynapse/rest/client/v1/events.py
- synapse/rest/client/v1/initial_sync.py 1 addition, 1 deletionsynapse/rest/client/v1/initial_sync.py
- synapse/rest/client/v1/presence.py 4 additions, 4 deletionssynapse/rest/client/v1/presence.py
- synapse/rest/client/v1/profile.py 2 additions, 2 deletionssynapse/rest/client/v1/profile.py
- synapse/rest/client/v1/room.py 38 additions, 26 deletionssynapse/rest/client/v1/room.py
- synapse/rest/client/v1/voip.py 1 addition, 1 deletionsynapse/rest/client/v1/voip.py
- synapse/rest/media/v0/content_repository.py 1 addition, 1 deletionsynapse/rest/media/v0/content_repository.py
- synapse/rest/media/v1/upload_resource.py 1 addition, 1 deletionsynapse/rest/media/v1/upload_resource.py
- synapse/storage/registration.py 2 additions, 1 deletionsynapse/storage/registration.py
- synapse/types.py 3 additions, 0 deletionssynapse/types.py
- tests/rest/client/v1/test_presence.py 2 additions, 0 deletionstests/rest/client/v1/test_presence.py
- tests/rest/client/v1/test_rooms.py 7 additions, 0 deletionstests/rest/client/v1/test_rooms.py
- tests/rest/client/v1/test_typing.py 1 addition, 0 deletionstests/rest/client/v1/test_typing.py
- tests/storage/test_registration.py 8 additions, 2 deletionstests/storage/test_registration.py
Loading
Please register or sign in to comment