Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85651027
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
515 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/stores/streaming.js b/src/stores/streaming.js
index a360731bf5..638ee5dbf9 100644
--- a/src/stores/streaming.js
+++ b/src/stores/streaming.js
@@ -99,6 +99,8 @@ export const useStreamingStore = defineStore('streaming', {
this.subscribers.delete(subscriber)
if (stream) {
this.subscriptions.get(stream.name).delete(stream.argument)
+ } else {
+ this.globalSubscriptions.remove(subscriber)
}
if (stream && this.state === WSConnectionStatus.JOINED) {
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 30, 10:17 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737910
Default Alt Text
(515 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment