lemmy-js-client
Preparing search index...
HideCommunity
Type Alias HideCommunity
Hide a community from the main view.
type
HideCommunity
=
{
community_id
:
CommunityId
;
hidden
:
boolean
;
reason
?:
string
;
}
Index
Properties
community_
id
hidden
reason?
Properties
community_
id
community_id
:
CommunityId
hidden
hidden
:
boolean
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community_
id
hidden
reason
lemmy-js-client
Loading...
Hide a community from the main view.