this post was submitted on 14 Sep 2023
5 points (100.0% liked)

hexbear

10447 readers
5 users here now

Hexbear Proposals chapo.chat matrix room.

This will be a place for site proposals and discussion before implementation on the site.
Every proposal will also be mirrored into a pinned post on the hexbear community.

Any other ideas for helping to integrate the two spaces are welcome to be commented here or messaged to me directly.

Within Hexbear Proposals you can see the history of all site proposals and react to them, indicating a vote for or against a proposal.

Sending messages will be restricted to verified and active hexbear accounts older than 1 month with their matrix id in their hexbear user profile.

All top level messages within the channel must be a Proposals (idea for changing the site), Feedback (regarding non-technical aspects of the site, for technical please use https://hexbear.net/c/feedback), or Appeals (regarding admin/moderator actions).

Discussion regarding these will be within nested threads under the post.

To gain matrix verification, all you need to do is navigate to my hexbear userprofile and click the send a secure private message including your hexbear username.

founded 4 years ago
MODERATORS
 

When trying to report I get a 400 error with the following JSON response

{
	"error": "couldnt_create_report"
}

The JSON sent in the request was

{
	"auth": "[auth_token]",
	"comment_id": [numerical_id],
	"reason": "[reason]"
}

which seems about right.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago

My most recent report was after I made this post and yeah it worked fine. But multiple attempts at a previous report on another comment, including after reloading the page, weren't working. Clearly if my client sent the right data but the server responded with 400, something is causing it to do that, even if not consistently. I guess be on the lookout for it happening again.