fix account comments

This commit is contained in:
Jill 2023-01-04 18:59:14 +03:00
parent 53b2b582b9
commit 9e22dbd8f3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ CrystalGauntlet.endpoints["/getGJAccountComments20.php"] = ->(context : HTTP::Se
likes = rs.read(Int32)
users_str << Format.fmt_comment({
2 => Base64.strict_encode(comment),
2 => Base64.urlsafe_encode(comment),
3 => account_id,
4 => likes,
5 => 0, # dislikes; unused