Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 8, 2020
1 parent a8a2258 commit 05ae414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions synapse/module_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ async def create_and_send_event_into_room(
"""
if event_type == EventTypes.Member:
raise Exception(
"ThirdPartyEventRules modules are not currently able to send "
"m.room.member events"
"Synapse modules are not currently able to send m.room.member events"
)

# Build event dictionary
Expand Down

0 comments on commit 05ae414

Please sign in to comment.