Signed-off-by: Anirudh Oppiliappan anirudh@tangled.sh
+65
-5
appview/db/follow.go
+65
-5
appview/db/follow.go
···+func getFollowStatuses(e Execer, userDid string, subjectDids []string) (map[string]FollowStatus, error) {+func GetFollowStatuses(e Execer, userDid string, subjectDids []string) (map[string]FollowStatus, error) {
+53
-3
appview/db/star.go
+53
-3
appview/db/star.go
···+func getStarStatuses(e Execer, userDid string, repoAts []syntax.ATURI) (map[string]bool, error) {+func GetStarStatuses(e Execer, userDid string, repoAts []syntax.ATURI) (map[string]bool, error) {
+40
-5
appview/db/timeline.go
+40
-5
appview/db/timeline.go
··················