fixed create/edit rant request

This commit is contained in:
Wilhelm Oks
2024-12-23 16:25:34 +01:00
parent fa362e24b6
commit bf033acc93
2 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ public struct Link: Hashable, Sendable {
/// The full URL.
public let url: String
public let shortURL: String? //TODO: what is this and what is it used for?
/// No idea what this is and what it is supposed to be used for.
public let shortURL: String?
/// The url as it is visible in the text of the rant or comment.
public let title: String