Closed xsoh closed 5 years ago
Fixes: signalapp#8901 . The problem caused from String.format(...) that changes the number format to system locale (e.g. for Arabic the link would be like https://cdn.signal.org/attachments/١٢٣٤٥٦٧٨٩) and this will cause wrong link.
String.format(...)
https://cdn.signal.org/attachments/١٢٣٤٥٦٧٨٩
Fixed with commit 28700ba without any comment here. Thanks anyway.
Fixes: signalapp#8901 . The problem caused from
String.format(...)
that changes the number format to system locale (e.g. for Arabic the link would be likehttps://cdn.signal.org/attachments/١٢٣٤٥٦٧٨٩
) and this will cause wrong link.