summary refs log tree commit diff stats
path: root/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'post.go')
-rw-r--r--post.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.go b/post.go
index 7846c7e..3f571e3 100644
--- a/post.go
+++ b/post.go
@@ -52,7 +52,7 @@ func apiPostUser(w http.ResponseWriter, r *http.Request) {
 		log.Printf("Error Parsing User Data: %v\n", err.Error())
 	}
 
-	if err := twtxtCache.AddUser(nick, urls, uip, statuses); err != nil {
+	if err := twtxtCache.AddUser(nick, urls, "", uip, statuses); err != nil {
 		log400(w, r, "Error Adding User to Cache: "+err.Error())
 		return
 	}