mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
- Add missing isSelectAll() method to RuntimeQuery class - Update RuntimeQueryTest to use compile() before filter() since filter() expects pre-compiled query arrays, not Query objects - Remove incorrect break statement in Realtime::getSubscribers() that was stopping iteration after the first matching channel, causing subscribers to not be found for subsequent channels - Use local variable $subscriptionsByChannel to avoid unused variable warning Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>