Merge pull request #2982 from matrix-org/erikj/fix_extra_users

extra_users is actually a list of UserIDs
This commit is contained in:
Erik Johnston 2018-03-13 13:11:04 +00:00 committed by GitHub
commit c82111a55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -667,7 +667,7 @@ class EventCreationHandler(object):
event (FrozenEvent)
context (EventContext)
ratelimit (bool)
extra_users (list(str)): Any extra users to notify about event
extra_users (list(UserID)): Any extra users to notify about event
"""
try: