Skip to content

v1.2.0

Latest

Choose a tag to compare

@karl-bullock karl-bullock released this 29 Aug 00:38
7c6b066

New

  • Discussion-list typing dots now work in polling mode. With realtime's "Discussion list typing dots" setting on, the typing ellipsis appears on the discussion and tag lists just as it does with a websocket: typing in a discussion lights its row, composing a new discussion lights the chosen tags. Audiences are respected exactly as realtime's own server does it — a restricted tag's activity is only ever shown to people who can see that tag. Reported by a Warble user; thank you.

With this, polling covers every realtime feature except online presence. No new settings, but this release does add to the database, so:

composer update linkrobins/flarum-warble
php flarum migrate
php flarum cache:clear

If you run a websocket instead of polling, nothing changes in this release: list dots there are provided by realtime's bundled server only.