We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6f8b1 commit ead5917Copy full SHA for ead5917
1 file changed
BackgroundProcessor/Processors/LinkProcessor.cs
@@ -230,7 +230,7 @@ CommentThing comment
230
{
231
try
232
233
- await _commentBrowser.DistinguishComment(comment, DistinguishType.Moderator, isSticky: true);
+ await _commentBrowser.DistinguishComment(comment, DistinguishType.Moderator, isSticky: false);
234
await _commentBrowser.LockComment(comment);
235
}
236
catch (Exception ex)
0 commit comments