discourse/plugins/discourse-presence
Daniel Waterworth 6e161d3e75
DEV: Allow fab! without block (#24314)
The most common thing that we do with fab! is:

    fab!(:thing) { Fabricate(:thing) }

This commit adds a shorthand for this which is just simply:

    fab!(:thing)

i.e. If you omit the block, then, by default, you'll get a `Fabricate`d object using the fabricator of the same name.
2023-11-09 16:47:59 -06:00
..
assets DEV: Sort imports 2023-10-10 21:46:54 +01:00
config Update translations (#20370) 2023-02-20 11:01:01 +01:00
spec/integration DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
test/javascripts/acceptance DEV: Sort imports 2023-10-10 21:46:54 +01:00
plugin.rb FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
README.md DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00

Discourse Presence plugin

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