You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is reported in the main repo vysheng#614
The notification for "user is online" has a timestamp that is ahead by 5 minutes
I created a lazy patch to fix it for my build since i didnt have the time to dig deeper why the S->when is populated incorrectly when S->online is true
The online timestamp that is 5 minutes ahead is a normal thing sent by the Telegram server, as far as I know Telegram's online statuses simply work by setting the last seen time ahead of the current time.
The issue is reported in the main repo
vysheng#614
The notification for "user is online" has a timestamp that is ahead by 5 minutes
I created a lazy patch to fix it for my build since i didnt have the time to dig deeper why the S->when is populated incorrectly when S->online is true
The text was updated successfully, but these errors were encountered: