Changeset 496 in code for trunk


Ignore:
Timestamp:
Apr 13, 2021, 3:50:03 PM (4 years ago)
Author:
contact
Message:

Skip backlog logic in downstreamConn.welcome on chathistory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r495 r496  
    977977
    978978        dc.forEachNetwork(func(net *network) {
     979                if dc.caps["draft/chathistory"] || dc.user.msgStore == nil {
     980                        return
     981                }
     982
    979983                // Only send history if we're the first connected client with that name
    980984                // for the network
Note: See TracChangeset for help on using the changeset viewer.