Threads, Get Messages Since

This commit is contained in:
2024-08-23 16:39:15 -04:00
Unverified
parent a0ccdb1def
commit 68b7ba6809
3 changed files with 72 additions and 24 deletions

View File

@@ -17,5 +17,6 @@ pub enum ErrorCode {
MessageNotFound,
RoomNotFound,
UserNotFound,
DepthTooLarge,
MalformedDBResponse,
}