Skip to content

Commit

Permalink
Add tagged event entry in room account data types
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenaud14 committed Dec 17, 2021
1 parent e155eef commit 496f8b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ object RoomAccountDataTypes {
const val EVENT_TYPE_TAG = "m.tag"
const val EVENT_TYPE_FULLY_READ = "m.fully_read"
const val EVENT_TYPE_SPACE_ORDER = "org.matrix.msc3230.space_order" // m.space_order
const val EVENT_TYPE_TAGGED_EVENTS = "m.tagged_events"
}

0 comments on commit 496f8b2

Please sign in to comment.