iamb
iamb copied to clipboard
cannot show room topic
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