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

Function InfoNotModified

server/datamodel.go:1170–1172  ·  view source on GitHub ↗

InfoNotModified response means update request was a noop (304).

(id, topic string, ts time.Time)

Source from the content-addressed store, hash-verified

1168
1169// InfoNotModified response means update request was a noop (304).
1170func InfoNotModified(id, topic string, ts time.Time) *ServerComMessage {
1171 return InfoNotModifiedExplicitTs(id, topic, ts, ts)
1172}
1173
1174// InfoNotModifiedReply response means update request was a noop
1175// in response to a client request (304).

Callers 1

replyUpdateUserFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…