Skip to content

Fix: Fixing an outbox related bug when local user activity is empty

Try to call '/users/:nickname/outbox' on a user with no activity will cause "Internal system error".

The current logic implies that the activities is not empty, which is not true for a new user.

Merge request reports