cannot show room topic #160

Closed
opened 2025-10-14 15:40:55 -06:00 by navan · 0 comments
Owner

Originally created by @daef on 12/8/2024

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

*Originally created by @daef on 12/8/2024* according to the [docs](https://iamb.chat/commands.html?highlight=topic%20show#iamb-commands) 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](https://github.com/ulyssa/iamb/blob/main/src/commands.rs#L471) 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](https://github.com/ulyssa/iamb/blob/main/src/windows/room/mod.rs#L583)
navan closed this issue 2025-10-14 15:40:56 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/iamb#160
No description provided.