fixes #304
This commit is contained in:
@@ -58,6 +58,7 @@ class Dmail < ActiveRecord::Base
|
|||||||
|
|
||||||
copy = Dmail.new(params)
|
copy = Dmail.new(params)
|
||||||
copy.owner_id = CurrentUser.id
|
copy.owner_id = CurrentUser.id
|
||||||
|
copy.is_read = true
|
||||||
copy.save
|
copy.save
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user