diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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]); |