1
0
mirror of https://github.com/algora-io/tv.git synced 2025-01-25 01:32:39 +02:00

fix: remove unused tags assign that crashes with nil user

This commit is contained in:
zafer 2024-12-13 22:35:11 +03:00
parent 957a96b419
commit e7f7ab7cf1

View File

@ -658,7 +658,6 @@ defmodule AlgoraWeb.VideoLive do
video: video,
subtitles: subtitles,
tabs: tabs,
tags: current_user.tags,
# TODO: reenable once fully implemented
# associated segments need to be removed from db & vectorstore
can_edit: false,