Reactions: Remove the send reaction hack as it is now done in the SDK

This commit is contained in:
manuroe
2019-05-20 19:40:52 +02:00
parent 168646092c
commit c6b97d2797
2 changed files with 2 additions and 51 deletions
@@ -105,7 +105,7 @@ final class RoomContextualMenuPresenter: NSObject {
func showReactionsMenu(forEvent eventId: String, inRoom roomId: String, session: MXSession,
aroundFrame frame: CGRect) {
let reactionsMenuViewModel = ReactionsMenuViewModel(aggregations: session.aggregations, roomId: roomId, eventId: eventId, session: session)
let reactionsMenuViewModel = ReactionsMenuViewModel(aggregations: session.aggregations, roomId: roomId, eventId: eventId)
self.roomContextualMenuViewController?.showReactionsMenu(withViewModel: reactionsMenuViewModel, aroundFrame: frame)
}
}