projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249065b
)
tpzo fixed
author
Roland Häder
<roland@mxchange.org>
Wed, 17 May 2017 13:40:50 +0000
(15:40 +0200)
committer
Roland Häder
<roland@mxchange.org>
Wed, 17 May 2017 13:41:01 +0000
(15:41 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/diaspora.php
patch
|
blob
|
history
diff --git
a/include/diaspora.php
b/include/diaspora.php
index 03d45b9dfa85da111f43e640f672546433e81834..a1d48c2fbe14aab4f29b2a7bcfed8aa03fe335d3 100644
(file)
--- a/
include/diaspora.php
+++ b/
include/diaspora.php
@@
-949,7
+949,7
@@
class Diaspora {
} elseif (($contact["rel"] == CONTACT_IS_FOLLOWER) && ($importer["page-flags"] == PAGE_COMMUNITY)) {
// That's good
return true;
- // Is the message a
comment for global users
?
+ // Is the message a
global user or a comment
?
} elseif (($importer["uid"] == 0) || $is_comment) {
// Messages for the global users and comments are always accepted
return true;