Add views to tweet type

This commit is contained in:
Regynald Augustin 2023-05-18 15:14:28 -04:00
parent 66780eb801
commit 048fce5cf2

View file

@ -50,6 +50,7 @@ type (
UserID string
Username string
Videos []Video
Views int
SensitiveContent bool
}