e2490cdadcd131827d91404b2f31acf666f47c04
Now only shows posts from users with matching NIP-05 domain in their profile: 1. Query events from all pubkeys in the community NIP-05 JSON 2. Fetch kind 0 metadata for all authors in the results 3. Extract nip05 field from each author's profile 4. Filter events to only include authors whose nip05 ends with @domain 5. Example: ditto.pub community only shows users with nip05 ending in "@ditto.pub" This ensures the Community feed respects current NIP-05 verification status: - Users must have the matching domain in their current profile - If a user changes their NIP-05 to a different domain, they're filtered out - Prevents showing posts from users who left the community - Maintains trust model based on current verification state Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
Description
Languages
TypeScript
95.7%
Java
1.5%
JavaScript
0.9%
Swift
0.9%
CSS
0.5%
Other
0.4%