Comments now have their own pages, at /comment/commentID, these are

linked to when someone replies to another comment (>> id), I also fixed
a bug in comment submission where the counter was not incrementing
This commit is contained in:
2025-07-31 03:58:28 +01:00
parent 0cc319a702
commit b683b658f7
7 changed files with 64 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
"signups_unavailable": "Sorry, this server does not allow signups",
"user_exists": "Sorry, this user already exists, try a different username",
"user_doesnt_exist": "Sorry, this user does not exist",
"comment_doesnt_exist": "This comment doesn't exist, this could be because the post it was attached to was deleted",
"delete_account_confirmation": "I agree that my account and all of my posts will be permanently deleted instantly",
"incorrect_password": "Incorrect Password",
"rss_disabled": "Sorry, RSS is disabled",