Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32 | Soispha | 2024-02-12 |
| | |||
* | fix(sys/nixpkgs/pkgs/comments): Allow unknown comment author | Soispha | 2024-02-11 |
| | |||
* | fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optional | Soispha | 2024-02-07 |
| | |||
* | fix(sys/nixpkgs/comments): Add missing fields to info_json parser | Soispha | 2024-01-30 |
| | |||
* | fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects` | Soispha | 2024-01-28 |
| | |||
* | fix(sys/nixpkgs/pkgs/comments): Append comments to the back of replies | Soispha | 2024-01-28 |
| | | | | | | 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). | ||
* | feat(sys/nixpkgs/pkgs/comments): Init | Soispha | 2024-01-28 |
This rewrite of the `comments` script even provides nested comments |