lemmy-js-client
Preparing search index...
ModLockPost
Type Alias ModLockPost
When a moderator locks a post (prevents new comments being made).
type
ModLockPost
=
{
id
:
ModLockPostId
;
locked
:
boolean
;
mod_person_id
:
PersonId
;
post_id
:
PostId
;
published_at
:
string
;
reason
?:
string
;
}
Index
Properties
id
locked
mod_
person_
id
post_
id
published_
at
reason?
Properties
id
id
:
ModLockPostId
locked
locked
:
boolean
mod_
person_
id
mod_person_id
:
PersonId
post_
id
post_id
:
PostId
published_
at
published_at
:
string
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
locked
mod_
person_
id
post_
id
published_
at
reason
lemmy-js-client
Loading...
When a moderator locks a post (prevents new comments being made).