mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #69] 切换服务器地址后,历史记录失效 #64
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#64
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 @dss886 on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/Finb/Bark/issues/69
重启手机后恢复,再次更改地址后,还会再次失效。。。
@dss886 commented on GitHub (Feb 7, 2021):
失效的意思是收到消息后不记录在历史记录中了,原有的历史记录不受影响
@Finb commented on GitHub (Feb 7, 2021):
先重启解决吧,这个原因我也在找, 不知道是系统机制还是系统BUG。
推送历史 是由 推送服务扩展 在设备本地记录的。
推送服务扩展由系统在收到推送时执行,某些原因导致推送服务扩展没有运行
@dss886 commented on GitHub (Feb 14, 2021):
@Finb 找到原因了,我在自己实现的服务端中少传了一个mutable-content=1,没有这个字段就不会被记录到App的历史记录中,加上就好了