This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Added logging
pull/9245/head
Michael
4 months ago
parent
a42217eae4
commit
12e74a70a4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Protocol/ActivityPub/Processor.php
+ 1
- 0
src/Protocol/ActivityPub/Processor.php
View File
@ -272,6 +272,7 @@ class Processor
$item
=
self
::
processContent
(
$activity
,
$item
);
if
(
empty
(
$item
))
{
Logger
::
info
(
'Message was not processed'
);
return
[];
}
Write
Preview
Loading…
Cancel
Save