This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit e7a53a0
committed
fix: broaden friend edge detection to all resolved non-class locations
The friend SQL query was hardcoded to location='public', missing meetings
at cafes, libraries, paths, and other resolved locations. This caused
under-counting of friend edges compared to stranger/familiar-stranger
queries which already used location NOT IN ('class','unknown','').
Align the friend query with the same inclusive filter used by the other
relationship types.
Fixes #1341 parent e18c600 commit e7a53a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments