Merge pull request #4892 from vector-im/langleyd/4772_voice_message_drafts

Voice message draft persistence
This commit is contained in:
David Langley
2021-09-23 11:21:26 +00:00
committed by GitHub
2 changed files with 65 additions and 23 deletions
+1
View File
@@ -1013,6 +1013,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[self refreshRoomInputToolbar];
[VoiceMessageMediaServiceProvider.sharedProvider setCurrentRoomSummary:dataSource.room.summary];
_voiceMessageController.roomId = dataSource.roomId;
}
- (void)onRoomDataSourceReady