mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:56:05 -04:00
Comments
This commit is contained in:
parent
3a061cae26
commit
012e8e142a
3 changed files with 9 additions and 1 deletions
|
@ -762,7 +762,8 @@ class EventPushActionsStore(SQLBaseStore):
|
|||
Args:
|
||||
event_id (str)
|
||||
user_id (str)
|
||||
actions (list)
|
||||
actions (list[dict|str]): An action can either be a string or
|
||||
dict.
|
||||
|
||||
Returns:
|
||||
Deferred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue