Monorepo for Tangled tangled.org
1

Configure Feed

Select the types of activity you want to include in your feed.

appview/notify/db: remove actorDid from recipients after subscription overrides

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+8 -8
+2 -2
appview/notify/db/db.go
··· 555 555 return 556 556 } 557 557 558 - recipients.Remove(actorDid) 559 - 560 558 // Apply subscription overrides for thread-activity events only. 561 559 // Mention and assignment events are targeted at specific users and should 562 560 // not be broadcast to all thread subscribers. ··· 590 588 } 591 589 } 592 590 } 591 + 592 + recipients.Remove(actorDid) 593 593 594 594 // Auto-subscribe the actor to this issue/pull when they interact with it. 595 595 // This happens outside the transaction since it’s best-effort.
+6 -6
flake.lock
··· 125 125 "htmx-src": { 126 126 "flake": false, 127 127 "locked": { 128 - "narHash": "sha256-nm6avZuEBg67SSyyZUhjpXVNstHHgUxrtBHqJgowU08=", 128 + "narHash": "sha256-2D8I0L0u6qb57QpeVn88RrT0xatDwQwG/lWOTjuEFPc=", 129 129 "type": "file", 130 - "url": "https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" 130 + "url": "https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js" 131 131 }, 132 132 "original": { 133 133 "type": "file", 134 - "url": "https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" 134 + "url": "https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js" 135 135 } 136 136 }, 137 137 "htmx-ws-src": { 138 138 "flake": false, 139 139 "locked": { 140 - "narHash": "sha256-2fg6KyEJoO24q0fQqbz9RMaYNPQrMwpZh29tkSqdqGY=", 140 + "narHash": "sha256-woiluaeAoxH/CyDkpk6LYNWCzxH8PHgwgnrlBFGJxgk=", 141 141 "type": "file", 142 - "url": "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.2" 142 + "url": "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.4" 143 143 }, 144 144 "original": { 145 145 "type": "file", 146 - "url": "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.2" 146 + "url": "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.4" 147 147 } 148 148 }, 149 149 "ibm-plex-mono-src": {