call: Use protocol fallback

We're falling back to "tel" as the default case.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-12-11 09:29:49 +01:00
parent dbfa593a07
commit c12b7a8c69
2 changed files with 1 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (CallsCall, calls_call, G_TYPE_OBJECT)
static const char *
calls_call_real_get_protocol (CallsCall *self)
{
return NULL;
return get_protocol_from_address_with_fallback (calls_call_get_id (self));
}
static void