diff --git a/src/components/status/status.js b/src/components/status/status.js index a35b5084..d151f9c8 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -166,6 +166,9 @@ const Status = { } }, computed: { + swapReacts() { + return this.mergedConfig.swapReacts + }, ...controlledOrUncontrolledGetters(['replying', 'quoting', 'mediaPlaying']), muteWords () { return this.mergedConfig.muteWords