1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Adjust test stub of blocking command

This commit is contained in:
Michael Vetter 2021-07-01 10:38:38 +02:00
parent 7f737a3b47
commit 2f533c5da4

View File

@ -547,7 +547,7 @@ blocked_list(void)
}
gboolean
blocked_add(char* jid)
blocked_add(char* jid, blocked_report reportkind, const char* const message)
{
return TRUE;
}