Commit Graph

4 Commits

Author SHA1 Message Date
Roardom
868ad35aa4 refactor: swap magic RedirectResponse withX('Y') to with('X', 'Y')
Allows ctrl+clicking to access the underlying function unlike the previous magic implementation. Probably also negligibly faster.

Swapped all instances of `>withSuccess(` -> `>with('success', `, `>withWarning(` -> `>with('warning', `, and `>withInfo(` -> `>with('info', ` with ide's find and replace.
2025-01-21 16:05:11 +00:00
Roardom
666361a749 fix: prevent users from replying to deleted system user 2024-08-28 05:51:18 +00:00
Roardom
dd273f0398 fix: don't mark sent pms as unread for sender 2024-06-19 09:37:13 +00:00
Roardom
cdb063d8e0 add: private message threads 2024-06-07 20:47:36 +00:00