This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-05 19:11:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
spec
/
fabricators
/
allowed_pm_users.rb
4 lines
69 B
Ruby
Raw
Normal View
History
Unescape
Escape
FEATURE: Allow List for PMs (#10270) * FEATURE: Allow List for PMs This feature adds a new user setting that is disabled by default that allows them to specify a list of users that are allowed to send them private messages. This way they don't have to maintain a large list of users they don't want to here from and instead just list the people they know they do want. Staff will still always be able to send messages to the user. * Update PR based on feedback
2020-07-20 15:23:49 -06:00
# frozen_string_literal: true
DEV: Apply syntax_tree formatting to `spec/*`
2023-01-09 11:18:21 +00:00
Fabricator
(
:allowed_pm_user
)
{
user
}
Reference in New Issue
Copy Permalink