vector-im/element-ios/issues/5298 - Disable forwarding for location messages and allow replies.

This commit is contained in:
Stefan Ceriu
2021-12-17 14:48:42 +02:00
committed by Stefan Ceriu
parent 5a3bab92ec
commit 69523c044c
4 changed files with 13 additions and 1 deletions
@@ -45,6 +45,11 @@
return [MatrixKitL10n messageReplyToSenderSentAFile];
}
- (NSString *)senderSentTheirLocation
{
return [MatrixKitL10n messageReplyToSenderSentTheirLocation];
}
- (NSString *)messageToReplyToPrefix
{
return [MatrixKitL10n messageReplyToMessageToReplyToPrefix];