Merge pull request #6453 from matrix-org/travis/voice-messages/code-cleanup-1

Clean up voice messages code
This commit is contained in:
Travis Ralston 2021-07-23 09:09:12 -06:00 committed by GitHub
commit 2c4ab507d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 92 additions and 102 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
import { AsyncStoreWithClient } from "./AsyncStoreWithClient";
import defaultDispatcher from "../dispatcher/dispatcher";
import { ActionPayload } from "../dispatcher/payloads";
import { VoiceRecording } from "../voice/VoiceRecording";
import { VoiceRecording } from "../audio/VoiceRecording";
interface IState {
recording?: VoiceRecording;