url-safe id generation (#3231)

* test dc_create_id() for invalid characters

* create url-save ids (as documented)
This commit is contained in:
bjoern
2022-04-18 17:21:33 +02:00
committed by GitHub
parent a63464765c
commit f581ecc805
2 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
- Take `delete_device_after` into account when calculating ephemeral loop timeout #3211
- Fix a bug where a blocked contact could send a contact request #3218
- Make sure, videochat-room-names are always URL-safe #3231
### Changes