Restore last status string when connecting

This commit is contained in:
Thorben Günther
2021-03-11 22:40:19 +01:00
parent aae252e1b5
commit 0fc3343d75
4 changed files with 23 additions and 5 deletions

View File

@@ -213,6 +213,12 @@ accounts_get_last_presence(const char* const account_name)
return mock_type(resource_presence_t);
}
char*
accounts_get_login_status(const char* const account_name)
{
return NULL;
}
void
accounts_set_priority_online(const char* const account_name, const gint value)
{