Add threadId parameter

This commit is contained in:
ismailgulek
2022-01-17 11:54:36 +03:00
parent a314deb7a1
commit 6b2805b161
@@ -1964,6 +1964,7 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
[_room sendLocationWithLatitude:latitude
longitude:longitude
description:description
threadId:self.threadId
localEcho:&localEchoEvent
success:success failure:failure];