mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 06:05:52 +03:00
[GH-ISSUE #277] 关于多设备消息推送 #112
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#112
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 @AkimioJR on GitHub (May 26, 2024).
Original GitHub issue: https://github.com/Finb/bark-server/issues/277
我有多台设备登录了同一个AppleID,获取到的Device Token不同,在同一个bark-server注册了相同的key,但是Bark-server似乎指挥给最后一个注册key的设备发送消息,之前注册的设备就获取不到推送,有没有方法可以给所有相同key的设备推送消息
其实可以多设备注册不同的key,然后推送时分别推送给多个key,但感觉不太优雅(
@icetech233 commented on GitHub (Nov 8, 2024):
这个简单,自己改代码就行了
@IcedMango commented on GitHub (Nov 14, 2024):
我也有类似的需求,但是我需要根据不同的分组来选择多设备的推送
比如说抢票的推送我要所有设备都能收到,工作相关的告警在工作时间推送到mac,非工作时间推送到手机
可以试试n8n这个流程引擎,目前满足了我的推送需求了
@Finb commented on GitHub (Dec 18, 2024):
已支持多设备推送,(单key推多设备不支持)
用法: