2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

forwarded getState fixed, pinned message service msg dependency request and text update done

This commit is contained in:
John Preston
2016-03-05 23:12:55 +02:00
parent 2bfb1e0f1f
commit 1c722a425d
14 changed files with 299 additions and 119 deletions

View File

@@ -2056,7 +2056,7 @@ ApiWrap *MainWidget::api() {
return _api;
}
void MainWidget::updateReplyTo() {
void MainWidget::updateDependencyItem() {
history.updateReplyEditTexts(true);
}