fix: don't show replies in main timelines

fix: add ui debounce
fix: make usernames case insensitive
This commit is contained in:
trisua 2025-04-03 16:47:48 -04:00
parent 9f4e8a4d25
commit 8a9394a06a
6 changed files with 14 additions and 8 deletions

View file

@ -65,8 +65,9 @@
</div>
<script>
function create_post_from_form(e) {
async function create_post_from_form(e) {
e.preventDefault();
await trigger("atto::debounce", ["posts::create"]);
fetch("/api/v1/posts", {
method: "POST",
headers: {