Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit ae86914

Browse files
Darius KazemiRobert Helmer
authored andcommitted
Make the "I don't like it" category let you report an account
This makes it so that when a user reports an account and selects "I don't like it", instead of getting a message about how they should personally block that person, it sends them to the normal reporting interface and they can file their report. Fixes mastodon#1202 Signed-off-by: Robert Helmer <rhelmer@mozilla.com>
1 parent 61c5dfb commit ae86914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/mastodon/features/report/category.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Category extends React.PureComponent {
4242

4343
switch(category) {
4444
case 'dislike':
45-
onNextStep('thanks');
45+
onNextStep('statuses');
4646
break;
4747
case 'violation':
4848
onNextStep('rules');

0 commit comments

Comments
 (0)