git » sdk » commit 7789a19

If trusted then not blocked

author Stephen Paul Weber
2026-06-16 18:05:28 UTC
committer Stephen Paul Weber
2026-06-16 18:05:28 UTC
parent fe2ea93902f42e21e76405e4f962ac3e7fa2c181

If trusted then not blocked

borogove/Chat.hx +1 -0

diff --git a/borogove/Chat.hx b/borogove/Chat.hx
index eb77ff2..9bb0120 100644
--- a/borogove/Chat.hx
+++ b/borogove/Chat.hx
@@ -722,6 +722,7 @@ abstract class Chat extends EventEmitter {
 			uiState = Open;
 			client.trigger("chats/update", [this]);
 		}
+		if (isBlocked) unblock();
 	}
 
 	/**