fix: небольшие фиксы от линуса торвальдса
This commit is contained in:
Vendored
+4
@@ -11,6 +11,10 @@ class SelfPresence {
|
||||
isOnline.value = true;
|
||||
}
|
||||
|
||||
static void markOffline() {
|
||||
isOnline.value = false;
|
||||
}
|
||||
|
||||
static void markOfflineFromPing() {
|
||||
if (isOnline.value || lastSeenSeconds.value == null) {
|
||||
lastSeenSeconds.value = _nowSeconds;
|
||||
|
||||
Reference in New Issue
Block a user