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?: undefined | string; displayname?: undefined | string }

Type declaration

  • Optional avatar_url?: undefined | string
  • Optional displayname?: undefined | string

Generated using TypeDoc