resume strict verification of Diaspora messages
This commit is contained in:
parent
fd18b42a5a
commit
97deaa3118
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ function diaspora_decode($importer,$xml) {
|
|||
|
||||
if(! $verify) {
|
||||
logger('mod-diaspora: Message did not verify. Discarding.');
|
||||
// http_status_exit(400);
|
||||
http_status_exit(400);
|
||||
}
|
||||
|
||||
logger('mod-diaspora: Message verified.');
|
||||
|
|
Loading…
Reference in a new issue