mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
rejected usernames should not be able to comment
This commit is contained in:
@@ -238,7 +238,7 @@ class Stream extends React.Component {
|
||||
suspensionUntil &&
|
||||
new Date(suspensionUntil) > new Date();
|
||||
|
||||
const showCommentBox = loggedIn && ((!banned && !temporarilySuspended && !highlightedComment) || keepCommentBox);
|
||||
const showCommentBox = loggedIn && ((!banned && !temporarilySuspended && !rejectedUsername && !highlightedComment) || keepCommentBox);
|
||||
const slotProps = {data};
|
||||
const slotQueryData = {root, asset};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user