mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 21:48:50 +03:00
Add TODOs
This commit is contained in:
parent
2616a889ef
commit
f2f775cb99
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ import im.vector.matrix.android.api.session.events.model.Content
|
|||
import im.vector.matrix.android.api.session.room.model.relation.RelationDefaultContent
|
||||
|
||||
interface MessageContent {
|
||||
// TODO Rename to msgType
|
||||
val type: String
|
||||
val body: String
|
||||
val relatesTo: RelationDefaultContent?
|
||||
|
|
|
@ -52,6 +52,7 @@ internal class RoomSummaryUpdater @Inject constructor(
|
|||
|
||||
// TODO: maybe allow user of SDK to give that list
|
||||
private val PREVIEWABLE_TYPES = listOf(
|
||||
// TODO filter message type (KEY_VERIFICATION_READY, etc.)
|
||||
EventType.MESSAGE,
|
||||
EventType.STATE_ROOM_NAME,
|
||||
EventType.STATE_ROOM_TOPIC,
|
||||
|
|
Loading…
Reference in a new issue