Zum Inhalt der Seite gehen


@Friendica Support

While I did some searching with friendicas fulltext search and tag search I noticed that there are many top-level posts from diaspora users in my stream. So I looked in the db. And I noticed that I'm the only person on my instance who does have connections with diaspora users (and this two contacts are not real diaspora contacts. They are hubzilla contacts.)
Social relay is disabled.

So why do I have that many top-level posts from diaspora users who no one knows?

SELECT COUNT( `a`.`id`) AS `total` 
FROM `item` a 
LEFT JOIN `item` `b` ON `a`.`id` = `b`.`id` 
INNER JOIN `contact` ON `a`.`contact-id` = `contact`.`id` 
WHERE `a`.`id` = `b`.`parent` AND `contact`.`uid` = 0 AND `contact`.`network` = 'dspr'

-
total
------
1867
Dieser Beitrag wurde bearbeitet. (7 Jahre her)
Sounds there's also some space for improvements for Diaspora as well. They can reduce the traffic and spare the bandwith and computing time when they don't send out the messages. But it's their decision for sure.


The option to use it can be deactivated. BTW: This full text search doesn't really work on a little bit larger servers due to our database structure.


Tech Preview - Frio Album Gallery


Dieser Beitrag wurde bearbeitet. (7 Jahre her)
OK I have to change to the developer branch. So this tech preview will be no longer available.