Skip to content

Commit

Permalink
Remove useless Tchap comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Buquet committed Sep 26, 2023
1 parent 907f564 commit 6032023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Riot/Modules/Room/RoomCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ final class RoomCoordinator: NSObject, RoomCoordinatorProtocol {
// }

private func startEditPollCoordinator(startEvent: MXEvent? = nil) {
// Tchap: Feature unavailable
let parameters = PollEditFormCoordinatorParameters(room: roomViewController.roomDataSource.room, pollStartEvent: startEvent)
let coordinator = PollEditFormCoordinator(parameters: parameters)

Expand Down

0 comments on commit 6032023

Please sign in to comment.