Skip to content

Commit

Permalink
Merge pull request #161 from OdyseeTeam/disable-auto-unpin-on-edit
Browse files Browse the repository at this point in the history
Don't unpin comment on edit
  • Loading branch information
tzarebczan authored Jan 7, 2025
2 parents 0b6570d + f01a383 commit 45986a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/services/v1/comments/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func edit(args *commentapi.EditArgs) (*commentapi.CommentItem, error) {
}

comment.Body = args.Comment
comment.IsPinned = false
comment.Signature.SetValid(args.Signature)
comment.Signingts.SetValid(args.SigningTS)
// keep original timestamp for now. Eventually track last edit. Frontend can compare signingts and this.
Expand Down

0 comments on commit 45986a5

Please sign in to comment.