pins: separate msgs, sort and store

This commit is contained in:
ouwou
2021-06-15 01:01:29 -04:00
parent e166c83d33
commit d527669d39
4 changed files with 12 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ PinnedWindow::PinnedWindow(const ChannelData &data)
add(m_chat);
m_chat.show();
m_chat.SetSeparateAll(true);
m_chat.SetActiveChannel(ChannelID);
FetchPinned();