function renamed

This commit is contained in:
Flavio Alescio
2023-01-27 15:28:02 +01:00
parent ceadb84c3d
commit d07d16ec86
3 changed files with 4 additions and 4 deletions
@@ -108,11 +108,11 @@ class RoomContextActionService: NSObject, RoomContextActionServiceProtocol {
func markAsRead() {
room.markAllAsRead()
self.delegate?.roomContextActionServiceDidMarkedRoom(self)
self.delegate?.roomContextActionServiceDidMarkRoom(self)
}
func markAsUnread() {
room.markAsUnread()
self.delegate?.roomContextActionServiceDidMarkedRoom(self)
self.delegate?.roomContextActionServiceDidMarkRoom(self)
}
// MARK: - Private