lemmy-js-client
Preparing search index...
LockPost
Type Alias LockPost
Lock a post (prevent new comments).
type
LockPost
=
{
locked
:
boolean
;
post_id
:
PostId
;
reason
?:
string
;
}
Index
Properties
locked
post_
id
reason?
Properties
locked
locked
:
boolean
post_
id
post_id
:
PostId
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
locked
post_
id
reason
lemmy-js-client
Loading...
Lock a post (prevent new comments).