git » sdk » commit 98d72a7

We trust ourselves

author Stephen Paul Weber
2025-11-29 03:37:48 UTC
committer Stephen Paul Weber
2025-11-29 03:37:48 UTC
parent 60284298aeb64ffb7350332e4297b7798f4cb2ad

We trust ourselves

borogove/Chat.hx +1 -1

diff --git a/borogove/Chat.hx b/borogove/Chat.hx
index d50af4b..b2d1430 100644
--- a/borogove/Chat.hx
+++ b/borogove/Chat.hx
@@ -581,7 +581,7 @@ abstract class Chat {
 		Is this a chat with an entity we trust to see our online status?
 	**/
 	public function isTrusted():Bool {
-		return this.trusted;
+		return this.trusted || chatId == client.accountId();
 	}
 
 	@:allow(borogove)