You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the appview based on this repository code,
the appview's label table is always empty even ozone publishes events to com.atproto.label.subscribeLabels.
as the results, moderation cannot work and users have to see undesired posts in the case.
To Reproduce
Steps to reproduce the behavior:
# for minimum
1. deploy appview based on this repository code (DO NOT USE OFFICIALLY HOSTED APPVIEW).
2. assign label to any post on ozone as usual
3. check the appview's label table. it is always empty regardless ozone/labeler's activity.
open source appview can also handle moderation like officially hosted appview can.
i.e appview labe; table should be updated according to the ozone/labeler's activity, even open source based appview.
itaru2622
changed the title
published code based appview cannot work moderation correctly.
published code based appview doesn't handle moderation correctly.
Jun 6, 2024
itaru2622
changed the title
published code based appview doesn't handle moderation correctly.
appview doesn't handle moderation correctly.
Jun 7, 2024
memo:
I found appview had the feature for collecting label assignments from labelers by itself until appview V2 ( #1924) as ingester.
but ingester was gone at migrating to V2 and lots of APIs used by ingester also gone.
It needs re-design and re-implement for auto-subscribeLabels with some cost, if official code is not published.
Describe the bug
related to #2511
when using the appview based on this repository code,
the appview's label table is always empty even ozone publishes events to com.atproto.label.subscribeLabels.
as the results, moderation cannot work and users have to see undesired posts in the case.
To Reproduce
Steps to reproduce the behavior:
you can use https://github.com/itaru2622/bluesky-selfhost-env to deploy bluesky components for this test.
Expected behavior
Details
open source appview can also handle moderation like officially hosted appview can.
i.e appview labe; table should be updated according to the ozone/labeler's activity, even open source based appview.
Additional context
The text was updated successfully, but these errors were encountered: