You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/under-the-hood/note-requests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ People on X can request a Community Note on a post they believe would benefit fr
21
21
Contributors who have earned [Top Writer status](../contributing/top-contributors.md) will see that there are requests on a post, if there are enough requests. They can also see a timeline on posts with note requests in their [Community Notes tab](https://x.com/i/communitynotes).
22
22
23
23
During the note request pilot:
24
-
- Requests will show on a post if the number of requests on the post is greater than or equal to MIN(5, number of views on post / 25000)
24
+
- Requests will show on a post if the number of requests on the post is greater than or equal to MAX(5, number of views on post / 25000)
25
25
- Requests will show for 24 hours
26
26
- For a post to show up in the Note Requests timeline, the post must be recent (less than 24 hours old)
0 commit comments