summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/data.c b/data.c
index 3463727..ca63084 100644
--- a/data.c
+++ b/data.c
@@ -319,7 +319,8 @@ int user_persist(snac *snac, int publish)
319 319
320 if (old != NULL) { 320 if (old != NULL) {
321 int nw = 0; 321 int nw = 0;
322 const char *fields[] = { "header", "avatar", "name", "bio", "metadata", NULL }; 322 const char *fields[] = { "header", "avatar", "name", "bio",
323 "metadata", "latitude", "longitude", NULL };
323 324
324 for (int n = 0; fields[n]; n++) { 325 for (int n = 0; fields[n]; n++) {
325 const char *of = xs_dict_get(old, fields[n]); 326 const char *of = xs_dict_get(old, fields[n]);