Use session() instead of Auth() in HistoryWidget.

This commit is contained in:
John Preston 2019-05-24 10:24:54 +02:00
parent 9c1ce702bb
commit 801b500aa6
2 changed files with 186 additions and 184 deletions

File diff suppressed because it is too large Load Diff

View File

@ -302,24 +302,14 @@ signals:
void cancelled(); void cancelled();
public slots: public slots:
void onPinnedHide();
void onFieldBarCancel();
void onReportSpamClicked(); void onReportSpamClicked();
void onReportSpamHide(); void onReportSpamHide();
void onReportSpamClear(); void onReportSpamClear();
void onScroll(); void onScroll();
void onUnblock();
void onBotStart();
void onJoinChannel();
void onMuteUnmute();
void onBroadcastSilentChange(); void onBroadcastSilentChange();
void onKbToggle(bool manual = true);
void onCmdStart();
void activate(); void activate();
void onTextChange(); void onTextChange();
@ -377,6 +367,15 @@ private:
void refreshAboutProxyPromotion(); void refreshAboutProxyPromotion();
void unreadCountUpdated(); void unreadCountUpdated();
void toggleMuteUnmute();
void toggleKeyboard(bool manual = true);
void startBotCommand();
void hidePinnedMessage();
void cancelFieldAreaState();
void unblockUser();
void sendBotStartCommand();
void joinChannel();
void supportInitAutocomplete(); void supportInitAutocomplete();
void supportInsertText(const QString &text); void supportInsertText(const QString &text);
void supportShareContact(Support::Contact contact); void supportShareContact(Support::Contact contact);