Closed lmmacedo closed 4 years ago
When a message is submitted with a url in it, some of its information is being added in the entities field of the message like that:
"entities": { "urls": [ { "indexStart": 5, "indexEnd": 26, "id": "https://symphony.com/", "text": "https://symphony.com/", "expandedUrl": "https://symphony.com/", "type": "URL" } ] }
Those information need to be completely removed from the entities.
Fixed by #166
When a message is submitted with a url in it, some of its information is being added in the entities field of the message like that:
Those information need to be completely removed from the entities.