Add threadId parameter

This commit is contained in:
ismailgulek
2022-01-17 11:54:36 +03:00
parent 7e92b7cef5
commit 8404562325
@@ -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];