Sergey Trofimov

Results 45 comments of Sergey Trofimov

android client does this: https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/jni/tgnet/ConnectionsManager.cpp#L1306

Да, про таймзону я перепутал. Поинт про ntp не отменяется. Или просто, про перевод системных часов вручную.

https://github.com/yetibot/yetibot.core/pull/113

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...

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]'`...