commit 330b5f1b986246104768b92e6f7b2c3a1944cc3b parent 4dd18761058bee77ef44cf415c4aa5e2e6f06d33 Author: n0tr1v <n0tr1v@protonmail.com> Date: Sun, 15 Jan 2023 18:00:16 -0800 add doc Diffstat:
| M | pkg/database/tableChatReadMarkers.go | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pkg/database/tableChatReadMarkers.go b/pkg/database/tableChatReadMarkers.go @@ -4,6 +4,9 @@ import ( "time" ) +// ChatReadMarker the "read marker" is a line displayed in the chat that indicate the last time you sent a message. +// Or if you clicked "update read marker" button, indicate the position in the messages when that was done. +// This is useful to quickly visually find the last message you actually read. type ChatReadMarker struct { UserID UserID RoomID RoomID