[wp-trac] [WordPress Trac] #64199: "Slow down" message shown when updating Notes too quickly
WordPress Trac
noreply at wordpress.org
Wed Nov 5 20:32:25 UTC 2025
#64199: "Slow down" message shown when updating Notes too quickly
------------------------------+------------------------------
Reporter: adamsilverstein | Owner: adamsilverstein
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.9
Component: Editor | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+------------------------------
Changes (by adamsilverstein):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"61144" 61144]:
{{{
#!CommitTicketReference repository="" revision="61144"
Editor: fix contributor "Slow down" message when updating Notes quickly.
Fix an issue where contributors’ notes edits were throttled. Notes are
internal and from trusted users, they do not need throttling.
Skip calling wp_allow_comment for notes in
WP_REST_Comments_Controller::create_item. As a result the
pre_comment_approved hook is also not fired for notes.
Fixes https://github.com/WordPress/gutenberg/issues/72892 where the issue
was originally reported.
Props adamsilverstein, desrosj, wildworks, mamaduka.
Fixes #64199.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64199#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list