@@ -116,7 +116,7 @@ app.get('/api/videos', async (req, res) => {
'.ogm', '.ogv', '.qt', '.rm', '.rmvb', '.ts', '.vob', '.vro',
'.webm', '.wmv'
];
const videos = (response.Contents || [])
const videos = allObjects
.map(item => item.Key)
.filter(key => {
if (!key) return false;
The note is not visible to the blocked user.