1
0
forked from x/icebergs
This commit is contained in:
shaoying 2021-05-30 00:36:50 +08:00
parent 83e6775ad4
commit 0bc6eb47b9

View File

@ -266,7 +266,7 @@ type Sort struct {
} }
func (m *Message) Toast(content string, arg ...interface{}) { func (m *Message) Toast(content string, arg ...interface{}) {
if m.Option(MSG_USERPOD) == "" { if m.Option(MSG_USERPOD) != "" {
return return
} }