Number of Admin >1 shows no Mention on the server directory #95
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-directory#95
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you have one Admin in Friendica, the directory shows the Admin in a blue field with a star.
If you have more than one admin, no admin mention is displayed.
Expected bevaior:
Show all Admins with a blue star.
Looking into this based on the Friendica Support thread, I can see that the output of the
/friendica/json
module that we rely on to figure out the server admin doesn't mention any admin at all: https://fedica.ch/friendica/jsonSo the issue may be in Friendica Core after all. I believe it has to do with the
parent-uid = 0
issue described in this other Friendica Support thread and fixed in this Friendica Core pull request.I just wanted to let you know, that the directory is only showing one admin since at least 2 Years. Propably that helps :)
I had a look.
In my
https://friendica.opensocial.space/friendica/json
only one admin shows up, no matter how much admin i declare in thelocal.config.php
.It seems the json output, or the code that generates it only supports one admin.
Yes, this is correct. /friendica/json only shows one admin (with User:getFirstAdmin), and the directory only shows one admin.
It can be changed, but it's a feature request rather than a bug.
You could remove the "bug"-tag and replace it with a "feature-request"-tag :D