Reddit is the most popular social news aggregation and discussion website in the world. While most Redditors prefer different third-party clients to access the website, Reddit’s own official app has continued to grow in popularity ever since its launch. The app has also gained new features over this time, with highlight features like a dark mode toggle getting widespread love and appreciation from the average user. Now, to aid both users and moderators interact and manage highly moderated subreddits, Reddit is testing out additional warnings that will appear before users post through the official app in these subreddits.
Subreddits like /r/science and /r/history are very heavily moderated, accepting only those posts that meet their quality thresholds, while rejecting and deleting those that do not. Users who do not regularly post to these subreddits remain unaware of these submission quality thresholds. Consequently, a large number of posts from these unaware submitters gets trashed and moderators usually get notified of the action. This just leads to users who get frustrated at losing all the results of their effort, and moderators having more actions to review. Speculating on the different messages, one could be displayed before the first submission, and the other could be displayed when a user tried to resubmit after a failed submission.
It appears that the official Reddit app for Android v3.35.0 will be running an experiment that shows users a warning, directing them to read the rules before submitting a post to a subreddit. We found two different messages within the code, and these two messages also differ based on the submission removal rate of the subreddit, i.e. low, medium or high.
<string name="label_posting_difficulty">Posting difficulty</string>
<string name="high_post_removal_rate_header">High post removal rate</string>
<string name="high_post_removal_rate_label">high post removal rate</string>
<string name="high_post_removal_rate_message_treatment_1">This community has a high post removal rate, please read the community rules</string>
<string name="high_post_removal_rate_message_treatment_2">This community has a high post removal rate, consider selecting a similar community with a lower post removal rate</string>
<string name="medium_post_removal_rate_header">Medium post removal rate</string>
<string name="medium_post_removal_rate_label">medium post removal rate</string>
<string name="medium_post_removal_rate_message_treatment_1">This community has a medium post removal rate, please read the community rules</string>
<string name="medium_post_removal_rate_message_treatment_2">This community has a medium post removal rate, consider selecting a similar community with a lower post removal rate</string>
<string name="low_post_removal_rate_label">low post removal rate</string>
The button for the subreddit rules is conveniently located in the submission screen on the Reddit app, so it should be easy for users to click and read the rules before putting in misplaced efforts towards an incorrect submission. The official app has seen a steady rise in adoption, despite the existence of Reddit’s desktop site and third-party app solutions, so this change should benefit a lot of users.
Thanks to PNF Software for providing us a license to use JEB Decompiler, a professional-grade reverse engineering tool for Android applications.
The post Reddit tests showing warnings before posting on highly moderated subreddits appeared first on xda-developers.
0 comments:
Post a Comment