Skip to content

window: Use stripped string for alias

The uri can be of the form “sms://123”. We don’t want the contact name of this chat to be “sms://123”. Strip the prefix and use “123” as name.

Merge request reports