actually show username on the follow command

This commit is contained in:
Christine Dodrill 2016-02-07 07:15:22 -08:00
parent 732fe30756
commit a2afb2e269
1 changed files with 1 additions and 0 deletions

View File

@ -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():