diff options
author | Hubert Hirtz <hubert@hirtz.pm> | 2021-11-05 08:39:34 +0100 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-11-05 08:39:47 +0100 |
commit | bf2a5cb9226893275e5a0e8a3eade809c188e255 (patch) | |
tree | 04720412a27c7aee575c38f084881febe061acb0 /ui/ui.go | |
parent | Show the current channel topic at the top of the timeline (diff) |
Revert "Show the current channel topic at the top of the timeline"
This reverts commit 96340f8c4d91f59f6e39767891f9bb52d7fad329 because of
a bug in timeline rendering.
Diffstat (limited to '')
-rw-r--r-- | ui/ui.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -225,10 +225,6 @@ func (ui *UI) JumpBufferNetwork(netID, sub string) bool { return false } -func (ui *UI) SetTopic(netID, buffer string, topic string) { - ui.bs.SetTopic(netID, buffer, topic) -} - func (ui *UI) SetStatus(status string) { ui.status = status } |