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
Don't store unknown networks
pull/2465/head
Michael Vogel
4 years ago
parent
31868af45d
commit
53d8c21d3c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
include/socgraph.php
+ 3
- 0
include/socgraph.php
View File
@ -1387,6 +1387,9 @@ function get_gcontact_id($contact) {
$gcontact_id
=
0
;
if
(
$contact
[
"
network
"
]
==
NETWORK_PHANTOM
)
return
false
;
if
(
$contact
[
"
network
"
]
==
NETWORK_STATUSNET
)
$contact
[
"
network
"
]
=
NETWORK_OSTATUS
;
Write
Preview
Loading…
Cancel
Save