added quote reaction and added quote reaction to 2026/0402 blog post
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
// currently available reactions: pointing, joy
|
||||
// currently available reactions: pointing, joy, quote
|
||||
let {
|
||||
reaction,
|
||||
text,
|
||||
@@ -11,9 +11,13 @@
|
||||
function getReactionAlt(r: string): string {
|
||||
switch (r) {
|
||||
case "joy":
|
||||
return ""
|
||||
return "";
|
||||
case "quote":
|
||||
return "";
|
||||
case "pointing":
|
||||
return "";
|
||||
default:
|
||||
return "placeholder reaction"
|
||||
return "reaction image missing";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user