kamax-matrix / matrix-java-sdk

Matrix Java SDK
GNU Affero General Public License v3.0
21 stars 14 forks source link

New event: MatrixJsonRoomTopicEvent #41

Closed MrCustomizer closed 6 years ago

MrCustomizer commented 6 years ago

I suggest adding a new event which implements MatrixJsonEvent with the name MatrixJsonRoomTopicEvent. This event should be a represantation of a timeline event of a room with the type m.room.topic.

maxidorius commented 6 years ago

agreed and already working on it with its brother MatrixJsonRoomNameEvent ;)

MrCustomizer commented 6 years ago

I would like to have an event for room aliases, too. Something like MatrixJsonRoomAliasesEvent.

maxidorius commented 6 years ago

Added in bcdd45b

MrCustomizer commented 6 years ago

All three event types are added to Palaver now and they are working fine. Thanks.