Jonas Platte
05e4bc0557
refactor: Don't reserialize member events before storing them
2022-12-15 18:19:35 +01:00
Jonas Platte
3d22b6d5a4
chore: Upgrade Ruma
2022-11-29 15:37:18 +01:00
Jonas Platte
785a3349ab
refactor(sdk)!: Make sync_token accessor private
2022-11-18 14:02:41 +01:00
Flix
0a45e401e3
test: Use MemoryStore to fix problems in coverage tests
2022-11-15 12:32:20 +01:00
Flix
956e270941
feat: Implement room sync_up method
2022-11-15 12:32:20 +01:00
Flix
9d150e5cc6
fix: Adjust repeated_join test to new changes
2022-11-15 12:32:20 +01:00
Flix
4abb08c4a1
feat!: Make intermediate rooms available right after joining/leaving
...
Co-Authored-By: Jonas Platte <jplatte@matrix.org >
Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org >
2022-11-15 12:32:20 +01:00
Benjamin Kampmann
df9b60a5bc
chore: Ignore flaky redaction tests
2022-09-28 17:07:10 +02:00
Benjamin Kampmann
b5bd6dfee9
fix: Apply redactions to room state events in database, too ( #917 )
...
fixes #890
2022-09-27 09:24:53 +02:00
Jonas Platte
1a6d5e7b26
Revert "feat(sdk): Make room actions return typed room objects"
...
This reverts commit febfcf9796 .
2022-09-26 14:01:52 +02:00
Jonas Platte
d3e5a3b7db
Revert "test: Add test for repeated joining and leaving"
...
This partially reverts commit df4ee7db4c .
The changes to logging and ci-start.sh are kept.
2022-09-26 12:31:12 +02:00
Flix
df4ee7db4c
test: Add test for repeated joining and leaving
2022-09-05 16:33:31 +02:00
docweirdo
febfcf9796
feat(sdk): Make room actions return typed room objects
...
… by waiting for the corresponding event confirming the action. Affects:
* Creating a room
* (Re-)Joining a room
* Leaving a room
* Accepting an invitation
* Rejecting an invitation
2022-08-10 17:32:38 +02:00
Benjamin Kampmann
59332e46b5
switch to multithreaded tokio test runner
2022-07-21 17:58:50 +02:00
Benjamin Kampmann
8520976417
style(test): fix styles of integration tests
2022-07-18 17:55:31 +02:00
Benjamin Kampmann
e2f1f01cb2
test(sdk): creating integration tests for invitations
2022-07-18 17:33:09 +02:00