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. |
4 weeks ago | |
|---|---|---|
| .. | ||
| AccountTest.php | 4 weeks ago | |
| AvatarUpdateTest.php | 4 weeks ago | |
| CollectionTest.php | 1 month ago | |
| DirectMessageReadTest.php | 4 weeks ago | |
| NotificationTest.php | 1 month ago | |
| ScopeTest.php | 1 month ago | |
| SearchTest.php | 1 month ago | |
| StatusTest.php | 1 month ago | |
| TimelineTest.php | 1 month ago | |