discourse/plugins/discourse-presence
David Taylor c9dab6fd08
DEV: Automatically require 'rails_helper' in all specs (#16077)
It's very easy to forget to add `require 'rails_helper'` at the top of every core/plugin spec file, and omissions can cause some very confusing/sporadic errors.

By setting this flag in `.rspec`, we can remove the need for `require 'rails_helper'` entirely.
2022-03-01 17:50:50 +00:00
..
assets UX: Maximize the preview space in composer (#15188) 2021-12-24 12:38:33 +01:00
config Update translations (#14792) 2021-11-02 18:49:00 +01:00
spec/integration DEV: Automatically require 'rails_helper' in all specs (#16077) 2022-03-01 17:50:50 +00:00
test/javascripts/acceptance UX: Maximize the preview space in composer (#15188) 2021-12-24 12:38:33 +01:00
README.md DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00
plugin.rb FIX: Include admins in presence reply channel permissions (#14839) 2021-11-08 13:54:02 +00:00

README.md

Discourse Presence plugin

This plugin shows which users are currently writing a reply at the same time as you.