diff options
| author | Ruben Beltran del Rio <rbdr@bravo-i.local> | 2026-04-15 16:59:19 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <rbdr@bravo-i.local> | 2026-04-15 16:59:19 +0200 |
| commit | 6fc748933ad263ba0e8c78eb9ae1e085a2b0dfb2 (patch) | |
| tree | e82d7cf345ed9c0e4b40e6156c509eb48aef13ee /data.c | |
| parent | 5e1dbb58904ad39f20cd8e90c5d8dded2a6ca2ad (diff) | |
Add neighborhood featuremaster
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1543,6 +1543,14 @@ void timeline_update_indexes(snac *snac, const char *id) { object_user_cache_add(snac, id, "private"); + /* BEGIN neighborhood */ + { + xs *n_msg = NULL; + if (valid_status(object_get(id, &n_msg))) + neighborhood_update_indexes(id, n_msg); + } + /* END neighborhood */ + if (is_msg_mine(snac, id)) { xs *msg = NULL; |