mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
read messages with dialog
This commit is contained in:
parent
24c23c6474
commit
e7c17bd8d8
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ window.addEventListener("resize", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
async function readAllMessagingMessages() {
|
async function readAllMessagingMessages() {
|
||||||
await os.api("i/read-all-messaging-messages");
|
await os.apiWithDialog("i/read-all-messaging-messages");
|
||||||
}
|
}
|
||||||
|
|
||||||
const headerActions = $computed(() => [
|
const headerActions = $computed(() => [
|
||||||
|
|
Loading…
Reference in a new issue