From 5811d12348886f2a536fb178d32580200e7cc0e6 Mon Sep 17 00:00:00 2001 From: or-else Date: Sun, 19 Feb 2023 18:09:20 -0800 Subject: [PATCH] fix grammar --- server/topic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/topic.go b/server/topic.go index 125630318..01c874fd2 100644 --- a/server/topic.go +++ b/server/topic.go @@ -2368,7 +2368,7 @@ func (t *Topic) replyGetSub(sess *Session, asUid types.Uid, authLevel auth.Level // User manages cache. Include deleted subscriptions too. subs, err = store.Users.GetTopicsAny(asUid, msgOpts2storeOpts(req)) - // Returned subscriptions does not load topics which are online now but otherwise unchanged. + // Returned subscriptions do not contain topics which are online now but otherwise unchanged. // We need to add these topic to the list otherwise the user would see them as offline. selected := map[string]struct{}{} for i := range subs {