mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 02:26:21 +00:00
Show message on /bookmark remove when bookmark does not exist
This commit is contained in:
@@ -46,7 +46,7 @@ void
|
||||
_mock_accounts_add(const char *account_name, const char *altdomain, const int port)
|
||||
{
|
||||
check_expected(account_name);
|
||||
check_expected(altdomain);
|
||||
check_expected(altdomain);
|
||||
}
|
||||
|
||||
void
|
||||
@@ -252,7 +252,7 @@ _mock_accounts_get_last_presence(const char * const account_name)
|
||||
void
|
||||
mock_accounts_get_account(void)
|
||||
{
|
||||
accounts_get_account = _mock_accounts_get_account;
|
||||
accounts_get_account = _mock_accounts_get_account;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user