Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
@@ -206,6 +206,9 @@ func (p *Plugin) Exec() error {
fmt.Println(p.Config.File)
fmt.Println(len(p.Config.File))
for _, f := range p.Config.File {
if f == "" {
continue
}
err := p.SendFile(f)
if err != nil {
return err
The note is not visible to the blocked user.