Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
Source project has a limited visibility.
  • Andrew Morgan's avatar
    66ac4b1e
    Allow modules to create and send events into rooms (#8479) · 66ac4b1e
    Andrew Morgan authored
    This PR allows Synapse modules making use of the `ModuleApi` to create and send non-membership events into a room. This can useful to have modules send messages, or change power levels in a room etc. Note that they must send event through a user that's already in the room.
    
    The non-membership event limitation is currently arbitrary, as it's another chunk of work and not necessary at the moment.
    66ac4b1e
    History
    Allow modules to create and send events into rooms (#8479)
    Andrew Morgan authored
    This PR allows Synapse modules making use of the `ModuleApi` to create and send non-membership events into a room. This can useful to have modules send messages, or change power levels in a room etc. Note that they must send event through a user that's already in the room.
    
    The non-membership event limitation is currently arbitrary, as it's another chunk of work and not necessary at the moment.