Skip to content

Commit ead5917

Browse files
committed
feat: don't sticky comment
This was requested by /r/PublicFreakout mods
1 parent 3b6f8b1 commit ead5917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BackgroundProcessor/Processors/LinkProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ CommentThing comment
230230
{
231231
try
232232
{
233-
await _commentBrowser.DistinguishComment(comment, DistinguishType.Moderator, isSticky: true);
233+
await _commentBrowser.DistinguishComment(comment, DistinguishType.Moderator, isSticky: false);
234234
await _commentBrowser.LockComment(comment);
235235
}
236236
catch (Exception ex)

0 commit comments

Comments
 (0)