mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
Give regular users a delete button. If they click it, their post will be revised to
say it was deleted.
This commit is contained in:
@ -88,6 +88,7 @@ end
|
||||
Spork.each_run do
|
||||
# This code will be run each time you run your specs.
|
||||
$redis.client.reconnect
|
||||
MessageBus.reliable_pub_sub.pub_redis.client.reconnect
|
||||
end
|
||||
|
||||
# --- Instructions ---
|
||||
|
Reference in New Issue
Block a user