Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 90d5648d6517ba1439c265270c43dfc5a2c01294
Title: Channel topic text past the first newline does not get displayed
Status: Closed Type: Bug
Severity: Minor Priority: Low
Subsystem: Discord Resolution: Not_A_Bug
Last Modified: 2020-02-16 10:26:31
Version Found In: 0.4.22
meow2020-02-03 18:52:31

If the channel topic contains a newline, only the text up to that point gets displayed.

cancel2020-02-13 15:19:06

Multiple lines can be displayed in the full-size editor/info panel for the channel settings. I'm not going to make the topic bar below the tabs expand to multiple lines -- that's a horrible idea.

meow2020-02-16 10:26:31

I'm not saying the newline should be rendered, but the official client converts it to a space, which I think is a decent idea.

If the topic is
"foo
bar",
It renders in the channel bar as
"foo bar"
in the web client and
"foo"
in Ripcord.

If anything, adding an indicator character at the end of the line to indicate that there's more to the topic than just the preview would be nice, because there's no way of knowing if the topic contains more text without explicitly checking it with the editor.