aboutsummaryrefslogtreecommitdiff
path: root/matrix/rooms
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/rooms')
-rw-r--r--matrix/rooms/room.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go
index 61415a9..7b4a8b5 100644
--- a/matrix/rooms/room.go
+++ b/matrix/rooms/room.go
@@ -20,6 +20,7 @@ import (
"fmt"
"sort"
"sync"
+ "time"
"maunium.net/go/gomatrix"
)
@@ -52,6 +53,9 @@ type Room struct {
// a notificationless message like bot notices.
HasNewMessages bool
+ Tags []string
+ LastReceivedMessage time.Time
+
// MXID -> Member cache calculated from membership events.
memberCache map[string]*Member
// The first non-SessionUserID member in the room. Calculated at