Fix archiving and unarchiving functionality.
This commit is contained in:
@@ -21,6 +21,6 @@ type MessageService interface {
|
||||
Archive(userID, id int64) error
|
||||
//Restore()
|
||||
//ToDo: implement
|
||||
//Unarchive(userID, id int64) error
|
||||
Unarchive(userID, id int64) error
|
||||
//MarkRead(userID, id int64) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user