Skip to content

Commit

Permalink
disable forwarding {info} to [me] topic
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jan 11, 2021
1 parent d6b5d22 commit d1db45e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/pres.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ func (t *Topic) presSubsOffline(what string, params *presParams,
// Publish {info what=read|recv|kp} to topic subscribers's sessions currently offline in the topic, on subscriber's 'me'.
// Group and P2P.
func (t *Topic) infoSubsOffline(from types.Uid, what string, seq int, skipSid string) {
// FIXME: disabled just for 0.16.10 release.
return

user := from.UserId()

for uid, pud := range t.perUser {
Expand Down

0 comments on commit d1db45e

Please sign in to comment.