Fix auth_events for guest access and history visibility
This commit is contained in:
@@ -157,10 +157,6 @@ def send_join(request, roomId) -> dict:
|
|||||||
[
|
[
|
||||||
spls["event_id"],
|
spls["event_id"],
|
||||||
spls["hashes"]
|
spls["hashes"]
|
||||||
],
|
|
||||||
[
|
|
||||||
sjoin_rule["event_id"],
|
|
||||||
sjoin_rule["hashes"]
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"prev_events": [[
|
"prev_events": [[
|
||||||
@@ -195,10 +191,6 @@ def send_join(request, roomId) -> dict:
|
|||||||
[
|
[
|
||||||
spls["event_id"],
|
spls["event_id"],
|
||||||
spls["hashes"]
|
spls["hashes"]
|
||||||
],
|
|
||||||
[
|
|
||||||
sjoin_rule["event_id"],
|
|
||||||
sjoin_rule["hashes"]
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"prev_events": [[
|
"prev_events": [[
|
||||||
|
|||||||
Reference in New Issue
Block a user