mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 22:25:53 +03:00
[GH-ISSUE #170] 你好,我这边基于Go版做了一个Java版的Bark Server #85
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hotlcc on GitHub (Sep 16, 2022).
Original GitHub issue: https://github.com/Finb/bark-server/issues/170
你好,我这边基于Go版做了一个Java版的Bark Server,可以加下友链吗?
https://gitee.com/hotlcc/java-bark-server
另外我这边的server目前遇到一个问题,消息在前台后台都能接收,但是在APP中的列表不展示,这个您知道是什么原因吗?
@Finb commented on GitHub (Sep 19, 2022):
应该是缺少配置 MutableContent,不是这种类型的推送客户端收到后不能执行代码,也就不能保存推送了。
github.com/Finb/bark-server@bfe0f28df3/apns/apns.go (L106)@hotlcc commented on GitHub (Sep 19, 2022):
解决了,果然是这样