mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-01 08:52:11 +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 {
|
||||
return nil
|
||||
}
|
||||
return &pushDataBase{cache: cache,
|
||||
producerToOfflinePush: producerToOfflinePush}
|
||||
return &pushDataBase{
|
||||
cache: cache,
|
||||
producerToOfflinePush: producerToOfflinePush,
|
||||
}
|
||||
}
|
||||
|
||||
func (p *pushDataBase) DelFcmToken(ctx context.Context, userID string, platformID int) error {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user