const formatters = useSubscription({
        getCurrentValue: chat.composer?.formatters.get ?? getEmptyArray,
        subscribe: chat.composer?.formatters.subscribe ?? emptySubscribe,
    });