diff options
Diffstat (limited to 'Hutch/Extensions')
| -rw-r--r-- | Hutch/Extensions/SRHTWebURL.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Extensions/SRHTWebURL.swift b/Hutch/Extensions/SRHTWebURL.swift index bfed48b..fc5a1d5 100644 --- a/Hutch/Extensions/SRHTWebURL.swift +++ b/Hutch/Extensions/SRHTWebURL.swift @@ -3,6 +3,8 @@ import Foundation enum SRHTWebURL { static let chat = URL(string: "https://chat.sr.ht")! static let status = URL(string: "https://status.sr.ht")! + /// RSS/Atom feed for status incidents (HTML snapshot uses `status`). + static let statusIncidentFeed = URL(string: "https://status.sr.ht/index.xml")! static func repository(_ repository: RepositorySummary) -> URL? { userScopedURL( |
