mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Updates
This commit is contained in:
@@ -4079,9 +4079,9 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
||||
}
|
||||
}
|
||||
|
||||
public func deleteMessage(id: GroupCallMessagesContext.Message.Id) {
|
||||
public func deleteMessage(id: GroupCallMessagesContext.Message.Id, reportSpam: Bool) {
|
||||
if let messagesContext = self.messagesContext {
|
||||
messagesContext.deleteMessage(id: id)
|
||||
messagesContext.deleteMessage(id: id, reportSpam: reportSpam)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user