This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file serves as a blacklist for SyTest tests that we expect will fail in | ||
# Synapse when run under worker mode. For more details, see sytest-blacklist. | ||
|
||
Message history can be paginated | ||
|
||
m.room.history_visibility == "world_readable" allows/forbids appropriately for Guest users | ||
|
||
m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users | ||
|
||
Can re-join room if re-invited | ||
|
||
/upgrade creates a new room | ||
|
||
The only membership state included in an initial sync is for all the senders in the timeline | ||
|
||
Local device key changes get to remote servers | ||
|
||
If remote user leaves room we no longer receive device updates | ||
|
||
Forgotten room messages cannot be paginated | ||
|
||
Inbound federation can get public room list | ||
|
||
Members from the gap are included in gappy incr LL sync | ||
|
||
Leaves are present in non-gapped incremental syncs | ||
|
||
Old leaves are present in gapped incremental syncs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Synapse now no longer accepts the `-v`/`--verbose`, `-f`/`--log-file`, or `--log-config` command line flags, and removes the deprecated `verbose` and `log_file` configuration file options. Users of these options should migrate their options into the dedicated log configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters