vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
19 stars 6 forks source link

Feature: Room List track include prior hour #54

Closed vicariousdrama closed 4 months ago

vicariousdrama commented 4 months ago

At the top of the hour, the home page typically shows no or fewer rooms then may actually exist because the room list api call only queries those rooms that were known to be recently active in the current hour. Thus, when switching to a new hour there may not be activity known yet and thus the list can be empty.

Change the logic to get all active rooms in the current and former hour, and then check active connections to see how many apply to each room.

vicariousdrama commented 4 months ago

Fixed in 20240410 update