mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 17:57:03 -05:00
Re-add docstring, with caveats detailed
This commit is contained in:
parent
0287d033ee
commit
c2203bea57
@ -285,7 +285,11 @@ class StateGroupWorkerStore(
|
|||||||
room_id (str)
|
room_id (str)
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Deferred[unicode|None]: predecessor room id
|
Deferred[dict|None]: A dictionary containing the structure of the predecessor
|
||||||
|
field from the room's create event. The structure is subject to other servers,
|
||||||
|
but it is expected to be:
|
||||||
|
* room_id (str): The room ID of the predecessor room
|
||||||
|
* event_id (str): The ID of the tombstone event in the predecessor room
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
NotFoundError if the room is unknown
|
NotFoundError if the room is unknown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user