Create the MatrixRoomMessageEvent type
Currently it only handles msgtype and body; more complex types like documents or images are to be implemented soon.
This commit is contained in:
@@ -27,6 +27,7 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
|
||||
matrix-state-event.vala \
|
||||
matrix-room-event.vala \
|
||||
matrix-room-member-event.vala \
|
||||
matrix-room-message-event.vala \
|
||||
$(NULL)
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
|
||||
Reference in New Issue
Block a user