extra_users is actually a list of UserIDs

This commit is contained in:
Erik Johnston 2018-03-01 17:39:58 +00:00
parent d65ceb4b48
commit d0fcc48f9d
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: