Add user search

This commit is contained in:
Zed
2019-09-13 22:24:58 +02:00
parent eeae28da0c
commit 30bab22dae
16 changed files with 209 additions and 64 deletions

View File

@@ -98,5 +98,5 @@ proc renderProfile*(profile: Profile; timeline: Timeline;
if profile.protected:
renderProtected(profile.username)
else:
renderProfileTabs(timeline, profile.username)
renderProfileTabs(timeline.query, profile.username)
renderTimelineTweets(timeline, prefs, path)