MCPcopy Create free account
hub / github.com/async-labs/async / changeOnlineStatusForTeam

Method changeOnlineStatusForTeam

api/server/models/User.ts:452–452  ·  view source on GitHub ↗
({
    userId,
    status,
    teamId,
  }: {
    userId: string;
    status: boolean;
    teamId: string;
  })

Source from the content-addressed store, hash-verified

450 }): Promise<void>;
451
452 changeOnlineStatusForTeam({
453 userId,
454 status,
455 teamId,

Callers 2

setupSocketsFunction · 0.65
team-member.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected