add following & followed by to profile

This commit is contained in:
Valentine 2024-02-21 06:21:49 +03:00
parent cf6de782e0
commit 5dee67c2da
3 changed files with 5 additions and 0 deletions

View file

@ -387,6 +387,8 @@ func parseProfileV2(user userResult) Profile {
UserID: user.ID,
Username: u.ScreenName,
Sensitive: u.PossiblySensitive,
Following: u.Following,
FollowedBy: u.FollowedBy,
}
tm, err := time.Parse(time.RubyDate, u.CreatedAt)