Changeset 487 in code for trunk/upstream.go


Ignore:
Timestamp:
Mar 30, 2021, 10:44:56 AM (4 years ago)
Author:
contact
Message:

Rename user.clients to clientNames

This doesn't contain anything other than just the names. Make this
clearer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r486 r487  
    17531753                }
    17541754
    1755                 for clientName, _ := range uc.user.clients {
     1755                for clientName, _ := range uc.user.clientNames {
    17561756                        uc.network.delivered.StoreID(entity, clientName, lastID)
    17571757                }
Note: See TracChangeset for help on using the changeset viewer.