Fix room TUI Ltime bug
1 files changed, 1 insertions(+), 0 deletions(-) M ui/tui.go
M ui/tui.go => ui/tui.go +1 -0
@@ 138,6 138,7 @@ func RoomTUI(client *mautrix.Client, roomID id.RoomID, elections *election.Elect // don't do anything if the election under the cursor has // changed if Ltime.Before(elections.Ltime) && L[i] != elections.L[roomID][i] { el, err = RoomTUI(client, roomID, elections) return } elections.RUnlock()