Commit 7473a24 1 parent 6511f09 commit 7473a24 Copy full SHA for 7473a24
File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1546,7 +1546,6 @@ impl FfiConversation {
1546
1546
1547
1547
pub fn group_metadata ( & self ) -> Result < Arc < FfiConversationMetadata > , GenericError > {
1548
1548
let provider = self . inner . mls_provider ( ) ?;
1549
- // blocking is OK b/c not wasm
1550
1549
let metadata = tokio:: task:: block_in_place ( || {
1551
1550
futures:: executor:: block_on ( self . inner . metadata ( & provider) )
1552
1551
} ) ?;
@@ -1561,7 +1560,6 @@ impl FfiConversation {
1561
1560
1562
1561
pub fn conversation_type ( & self ) -> Result < FfiConversationType , GenericError > {
1563
1562
let provider = self . inner . mls_provider ( ) ?;
1564
- // blocking OK b/c not wasm
1565
1563
let conversation_type = tokio:: task:: block_in_place ( || {
1566
1564
futures:: executor:: block_on ( self . inner . conversation_type ( & provider) )
1567
1565
} ) ?;
You can’t perform that action at this time.
0 commit comments