Merge pull request #1569 from profanity-im/feature/1434-spam-reporting

Add XEP-0377: Spam Reporting
This commit is contained in:
Michael Vetter
2021-07-01 17:04:04 +02:00
committed by GitHub
8 changed files with 93 additions and 21 deletions

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;
}