downstream: remove outdated Web Push TODO

We already do that.
This commit is contained in:
Simon Ser 2022-09-16 18:40:09 +02:00
parent bb868eae82
commit c5f6a41d6c
1 changed files with 0 additions and 1 deletions

View File

@ -3062,7 +3062,6 @@ func (dc *downstreamConn) handleMessageRegistered(ctx context.Context, msg *irc.
if broadcast && network.pushTargets.Has(entity) {
// TODO: only broadcast if draft/read-marker has been negotiated
// TODO: use lower priority
network.pushTargets.Del(entity)
go network.broadcastWebPush(&irc.Message{
Command: "MARKREAD",