aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs/comments/src (unfollow)
Commit message (Collapse)Author
2024-02-12fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha
2024-02-11fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha
2024-02-07fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha
2024-01-30fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha
This should fix an issue where the comment is appended to the wrong reply chain, when one person has commented twice. This builds on the assumption that comments are sorted by timestamp (which they are in this case).
2024-01-28feat(sys/nixpkgs/pkgs/comments): InitSoispha
This rewrite of the `comments` script even provides nested comments