mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #193] [Feature Request] 设置增加“忽略服务器错误的提醒”开关 #175
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#175
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 @yuhangch on GitHub (May 11, 2023).
Original GitHub issue: https://github.com/Finb/Bark/issues/193
在自建服务器增加了权限的验证,所以
.request(.ping(baseURL: ServerManager.shared.currentServer.address)),会报错。日常除了测试也基本不会在客户端内发消息,所以希望可以有个开关。
@Finb commented on GitHub (Oct 25, 2024):
可以用nginx或者其他什么工具,单独给 /ping 路径返回一个
{"code":200,"message":"pong"}因为我需要尽可能减少APP设置项降低使用复杂度,所以暂时不会给应用添加这个配置,需求很小众不是很必要
@yuhangch commented on GitHub (Oct 25, 2024):
Got it,thanks👌