mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-11 16:49:34 -04:00
Add tagging to image carousel (#113)
This commit is contained in:
@@ -6,4 +6,5 @@ public class ImageDbModel
|
||||
public required string Key { get; set; }
|
||||
public required string Url { get; set; }
|
||||
public required DateTimeOffset LastSeen { get; set; }
|
||||
public string? Tags { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user