You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to the docs i should be able to show the current topic using :room topic show, but when i try i just get "Failed command: Invalid argument". skimming commands.rs i don't see where topic show is supposed to be handled either. is the functionality simply missing or am i missing something?
edit: funny thing: RoomAction::Show(RoomField::Topic) seems to be implemented
The text was updated successfully, but these errors were encountered:
daef
linked a pull request
Dec 8, 2024
that will
close
this issue
according to the docs i should be able to show the current topic using
:room topic show
, but when i try i just get "Failed command: Invalid argument". skimming commands.rs i don't see wheretopic show
is supposed to be handled either. is the functionality simply missing or am i missing something?edit: funny thing:
RoomAction::Show(RoomField::Topic)
seems to be implementedThe text was updated successfully, but these errors were encountered: