Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/membership-cache

Index

Type aliases

UserMembership

UserMembership: "join" | "invite" | "leave" | "ban" | null

Caches membership of virtual users to rooms in memory and also stores the state of whether users are registered.

UserProfile

UserProfile: { avatar_url?: string; displayname?: string }

Type declaration

  • Optional avatar_url?: string
  • Optional displayname?: string

Generated using TypeDoc