actually show username on the follow command
This commit is contained in:
parent
732fe30756
commit
a2afb2e269
|
@ -122,6 +122,7 @@ routes:
|
|||
userurl = db.getValue(sql"select url from users where username=?", @"name")
|
||||
|
||||
userctx["url"] = userurl
|
||||
userctx["username"] = @"name"
|
||||
ctx["user"] = userctx
|
||||
|
||||
for tweet in tweets.items():
|
||||
|
|
Loading…
Reference in New Issue