We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52f887 commit 6c3d691Copy full SHA for 6c3d691
scripts/communityScripts/chatBubbles.js
@@ -205,12 +205,10 @@ AvatarList.avatarSessionChangedEvent.connect((_, oldSessionID) => ChatBubbles_De
205
settings = Settings.getValue("ChatBubbles-Config", settings);
206
Messages.messageReceived.connect(ChatBubbles_RecvMsg);
207
Messages.subscribe(TYPING_NOTIFICATION_CHANNEL);
208
-Messages.subscribe("chat");
209
210
Script.scriptEnding.connect(() => {
211
Settings.setValue("ChatBubbles-Config", settings);
212
Messages.messageReceived.disconnect(ChatBubbles_RecvMsg);
213
Messages.unsubscribe(TYPING_NOTIFICATION_CHANNEL);
214
- Messages.unsubscribe("chat");
215
ChatBubbles_DeleteAll();
216
});
0 commit comments