changed reaction images to use specific temp images

This commit is contained in:
2026-04-14 17:55:15 +02:00
parent 143bc5a67d
commit 832f6d2f27
5 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
// currently available reactions: pointing, joy, quote
// currently available reactions: pointing, joy, quote, warn
let {
reaction,
text,
@@ -16,6 +16,8 @@
return "";
case "pointing":
return "";
case "warn":
return "";
default:
return "reaction image missing";
}