Sergey Trofimov
Sergey Trofimov
android client does this: https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/jni/tgnet/ConnectionsManager.cpp#L1306
Да, про таймзону я перепутал. Поинт про ntp не отменяется. Или просто, про перевод системных часов вручную.
I'd like to tackle this.
https://github.com/yetibot/yetibot.core/pull/113
I'll take it.
According to Slack API documentation: > Bots belonging to Slack apps are not supported > This method cannot be called with bot user tokens belonging to Slack apps, although legacy...
I'd like to work on this.
https://github.com/yetibot/yetibot.core/pull/111
Does slack adapter preserve information about thread in history table?
We can treat threads as separate rooms by simply appending thread_id to `chat-source-room`. But better way could be to implement proper hierarchy using ltree (https://www.postgresql.org/docs/9.1/index.html) or trivial `chat-source-room LIKE '[prefix]'`...