mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DirectMessageController@read fetched every matching DirectMessage and saved each one individually in a loop, issuing one UPDATE per row. On an active thread this is N queries. Pluck the matching ids and perform a single bulk update, preserving the existing response (the list of affected message ids) and updated_at behaviour. Adds regression tests covering the marked-read ids, the status_id lower bound, and sender isolation. |
3 weeks ago | |
|---|---|---|
| .. | ||
| Controllers | 3 weeks ago | |
| Middleware | 3 weeks ago | |
| Requests | 4 weeks ago | |
| Resources | 4 weeks ago | |