11 Commits a364330518 ... 3fc158ab91

Autore SHA1 Messaggio Data
  Paul Klumpp 3fc158ab91 Correct stale docs: no resume cursor, no home-channel fallback 1 settimana fa
  Paul Klumpp 025aa1d63f Deliver the room roster on every channel turn, cap it at 20 members 1 settimana fa
  Paul Klumpp 99990384aa Render the room roster from a cached projection, presence patched live 1 settimana fa
  Paul Klumpp 8081f459df Drop getattr masking of the base-class _reaction_handler 1 settimana fa
  Paul Klumpp fa18c2b2c1 Refresh room roster on presence change instead of freezing at thread start 1 settimana fa
  Paul Klumpp a364330518 Correct stale docs: no resume cursor, no home-channel fallback 1 settimana fa
  Paul Klumpp 622560ac60 Deliver the room roster on every channel turn, cap it at 20 members 1 settimana fa
  Paul Klumpp f1fe2d0005 Render the room roster from a cached projection, presence patched live 1 settimana fa
  Paul Klumpp 3e9b07aad6 Drop getattr masking of the base-class _reaction_handler 1 settimana fa
  Paul Klumpp 78c71d4402 Ignore local trial.py scratch file 1 settimana fa
  Paul Klumpp d8c76d79fd Refresh room roster on presence change instead of freezing at thread start 1 settimana fa
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -21,3 +21,6 @@ myvenv/
 # OS
 .DS_Store
 Thumbs.db
+
+# Local experiments
+trial.py