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

Closed beta 10019011: fixed build in Xcode, langs updated.

This commit is contained in:
John Preston
2016-12-04 22:40:41 +03:00
parent b0f14d1856
commit 3e6d483939
13 changed files with 65 additions and 52 deletions

View File

@@ -56,9 +56,9 @@ void historyInit() {
History::History(const PeerId &peerId)
: peer(App::peer(peerId))
, lastItemTextCache(st::dialogsTextWidthMin)
, _sendActionText(st::dialogsTextWidthMin)
, cloudDraftTextCache(st::dialogsTextWidthMin)
, _mute(isNotifyMuted(peer->notify)) {
, _mute(isNotifyMuted(peer->notify))
, _sendActionText(st::dialogsTextWidthMin) {
if (peer->isUser() && peer->asUser()->botInfo) {
outboxReadBefore = INT_MAX;
}