MCPcopy Create free account
hub / github.com/daodst/chat / UserDisplayName

Method UserDisplayName

internal/pushrules/evaluate.go:22–22  ·  view source on GitHub ↗

UserDisplayName returns the current user's display name.

()

Source from the content-addressed store, hash-verified

20type EvaluationContext interface {
21 // UserDisplayName returns the current user's display name.
22 UserDisplayName() string
23
24 // RoomMemberCount returns the number of members in the room of
25 // the current event.

Callers 1

conditionMatchesFunction · 0.65

Implementers 2

ruleSetEvalContextuserapi/consumers/syncapi_streamevent.
fakeEvaluationContextinternal/pushrules/evaluate_test.go

Calls

no outgoing calls

Tested by

no test coverage detected