Bugfix when recipient has camera tagged nsfw by the operator

ipad-testing
Noah 2023-04-01 22:02:53 -07:00
parent 45ab63cfba
commit 063b3c2f04
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ func (sub *Subscriber) SendMe() {
Action: ActionMe,
Username: sub.Username,
VideoActive: sub.VideoActive,
NSFW: sub.VideoNSFW,
})
}