Support raising reactions for matrix rtc members.

This commit is contained in:
Half-Shot
2024-12-09 16:09:41 +00:00
parent 73ee088605
commit b10863d582
5 changed files with 93 additions and 39 deletions
+1 -2
View File
@@ -5,9 +5,8 @@ SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
import { ReactNode, useDeferredValue, useEffect, useState } from "react";
import { ReactNode, useEffect, useState } from "react";
import { useReactions } from "../useReactions";
import { playReactionsSound, useSetting } from "../settings/settings";
import { GenericReaction, ReactionSet } from "../reactions";
import { useAudioContext } from "../useAudioContext";