revert
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
stryan 2023-05-16 18:25:25 -04:00
parent fc274e665a
commit aa3c366f71

View File

@ -61,11 +61,10 @@ func (s *simp) Run() {
"dimension-m.video-simp-"+v.Name, "dimension-m.video-simp-"+v.Name,
&content, &content,
) )
update := true
if err != nil { if err != nil {
log.Errorf("error getting state event in room %v: %v", room, err) log.Errorf("error getting state event in room %v: %v", room, err)
} }
if update { if content.ID == "" {
if v.AnnounceLive { if v.AnnounceLive {
s.client.SendText(room, v.LiveMsg) s.client.SendText(room, v.LiveMsg)
} else { } else {