Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral | |
1. PostMessageJob is now SendEventJob, which reflects two things: first, it's a PUT instead of a POST (POST for /send is not supported by the latest spec anyway), so that we could enable tracking transaction ids for local echo in the near future; second, it's no more just about messages, the job can support sending any room events (topic changes etc.). 2. Room::postMessage() now uses the new RoomMessageEvent API to send m.room.message events. |