lemmy-js-client
Preparing search index...
LockComment
Type Alias LockComment
Locks a comment and its children, IE prevents new replies.
type
LockComment
=
{
comment_id
:
CommentId
;
locked
:
boolean
;
reason
:
string
;
}
Index
Properties
comment_
id
locked
reason
Properties
comment_
id
comment_id
:
CommentId
locked
locked
:
boolean
reason
reason
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
locked
reason
lemmy-js-client
Loading...
Locks a comment and its children, IE prevents new replies.