Add private mod notes and message deletion (#1494)

* Really simply private messages impl

* Make private notes better

* Add thread message deletion

* Lint
This commit is contained in:
Prospector
2024-01-09 13:32:38 -08:00
committed by GitHub
parent 660cf0c1e4
commit a3b77bb37f
5 changed files with 127 additions and 70 deletions

View File

@@ -14,8 +14,8 @@
<ConversationThread
:thread="thread"
:report="report"
:update-thread="updateThread"
:auth="auth"
@update-thread="updateThread"
/>
</section>
</div>