-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] In the offline push, there is an inconsistency between the configuration file and the code #2860
Comments
enable: geTui Prioritize using file paths. If the file path is empty, use URLfilePath: # File path is concatenated with the parameters passed in through - c( |
const ( // OfflinePusher Offline Pusher. func NewOfflinePusher(pushConf *config.Push, cache cache.ThirdCache, fcmConfigPath string) (OfflinePusher, error) { |
OpenIM Server Version
main
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
In the offline push, there is an inconsistency between the configuration file and the code—the configuration file uses "jpns," while the code uses "jpush." Update the code and configuration file to match.
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: