mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 10:35:59 +08:00
notification
This commit is contained in:
@@ -112,7 +112,7 @@ func (o Options) Is(notification string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (o Options) IsNotification() bool {
|
||||
func (o Options) IsNotNotification() bool {
|
||||
return o.Is(constant.IsNotification)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user