mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-04 11:22:10 +08:00
update format,
This commit is contained in:
parent
d4669d9ab0
commit
b380b0c3d1
@ -43,8 +43,10 @@ func NewPushDatabase(cache cache.ThirdCache, kafkaConf *config.Kafka) PushDataba
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return &pushDataBase{cache: cache,
|
return &pushDataBase{
|
||||||
producerToOfflinePush: producerToOfflinePush}
|
cache: cache,
|
||||||
|
producerToOfflinePush: producerToOfflinePush,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *pushDataBase) DelFcmToken(ctx context.Context, userID string, platformID int) error {
|
func (p *pushDataBase) DelFcmToken(ctx context.Context, userID string, platformID int) error {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user