revert
This commit is contained in:
parent
fc274e665a
commit
aa3c366f71
3
simp.go
3
simp.go
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user