diff options
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r-- | src/components/channels.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp index 63d5a6d..53a68c9 100644 --- a/src/components/channels.hpp +++ b/src/components/channels.hpp @@ -19,7 +19,7 @@ public: ChannelList(); void UpdateListing(); - void SetActiveChannel(Snowflake id); + void SetActiveChannel(Snowflake id, bool expand_to); // channel list should be populated when this is called void UseExpansionState(const ExpansionStateRoot &state); |