Store the message map

This commit is contained in:
Gary Kramlich
2022-02-06 19:08:30 -06:00
parent d32b6662fb
commit 312018173f
7 changed files with 213 additions and 10 deletions

View File

@@ -20,6 +20,9 @@ type Portal struct {
Avatar string
AvatarURL id.ContentURI
Type int
DMUser string
FirstEventID id.EventID
}