Content Moderation

Exclude channel/video/objectId from Gleev

  1. Find video URL you want to block e.g. https://gleev.xyz/video/28

  2. Get videoID from the URL, here its 28.

  3. Go to App Repo https://github.com/Joystream/gleev

  4. Go to main> packages> atlas.config.yml https://github.com/Joystream/gleev/blob/main/packages/atlas/atlas.config.yml

  5. Find the code with content blocking and add video ID to the list

    Screenshot 2023-01-23 at 14.56.57.png

To block Thumbnails and MediaMeta for this video

  1. Go to graphql interface https://orion.joystream.org/graphql
  2. Find the video Data Objects using this query:

query { videoByUniqueInput (where:{ id:"294" }) { id thumbnailPhotoId mediaMetadataId} } 3. Get Data object IDs from query output (right hand side)

![Screenshot 2023-01-23 at 14.58.18.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cf78ce59-b35e-4ee7-97f6-3f81a54fd805/Screenshot_2023-01-23_at_14.58.18.png>)
  1. Add the data objects ID to the config:

    Screenshot 2023-01-23 at 14.58.51.png

  2. Deploy changes to master/ main branch

    Screenshot 2023-01-23 at 14.59.21.png

  3. After checks are completed, the app version with the blocked content will be deployed. Usually takes 3-4 minutes or less.

    Screenshot 2023-01-23 at 14.59.35.png

  4. Check if the video/ channel/ object ID is blocked:

    Screenshot 2023-01-23 at 15.16.17.png

    Screenshot 2023-01-23 at 16.19.46.png

Check reported videos