MCPcopy
hub / github.com/tinode/chat / UpdateLastSeen

Method UpdateLastSeen

server/store/store.go:393–395  ·  view source on GitHub ↗

UpdateLastSeen updates LastSeen and UserAgent.

(uid types.Uid, userAgent string, when time.Time)

Source from the content-addressed store, hash-verified

391
392// UpdateLastSeen updates LastSeen and UserAgent.
393func (usersMapper) UpdateLastSeen(uid types.Uid, userAgent string, when time.Time) error {
394 return adp.UserUpdate(uid, map[string]any{"LastSeen": when, "UserAgent": userAgent})
395}
396
397// Update is a general-purpose update of user data.
398func (usersMapper) Update(uid types.Uid, update map[string]any) error {

Callers

nothing calls this directly

Calls 1

UserUpdateMethod · 0.65

Tested by

no test coverage detected