Allow deleting a recorded voice message (#1635)

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
jonnyandrew 2023-10-24 22:02:19 +01:00 committed by GitHub
parent d221fe5888
commit 98b75424a8
16 changed files with 173 additions and 10 deletions

View file

@ -27,4 +27,5 @@ dependencies {
implementation(projects.tests.testutils)
implementation(libs.coroutines.test)
implementation(libs.test.truth)
}