diaspora/spec/models
Ralin Chimev 1773e3e35d Do not change notification timestamp when making it read or unread.
Marking a notification as unread resets the timeago stamp causing
the times to look wrong. It can be reproduced by marking an old
notification as unread. Using the update_column instead of
update_attribute will not touch the updated_at attribute, and
thus will not affect the updated time ago in the view.

Fixes #6798.

closes #6821
2016-05-07 18:52:27 +02:00
..
notifications
services
user
account_deletion_spec.rb
acts_as_taggable_on_tag_spec.rb
aspect_membership_spec.rb
aspect_spec.rb
block_spec.rb
comment_spec.rb
contact_spec.rb
conversation_spec.rb
conversation_visibilities_spec.rb
invitation_code_spec.rb
invitation_spec.rb
like_spec.rb
location_spec.rb
mention_spec.rb
message_spec.rb
notification_spec.rb
participation_spec.rb
person_spec.rb
photo_spec.rb
pod_spec.rb
poll_answer_spec.rb
poll_participation_spec.rb
poll_spec.rb
post_spec.rb
profile_spec.rb
report_spec.rb
reshare_spec.rb
role_spec.rb
service_spec.rb
share_visibility_spec.rb
status_message_spec.rb
tag_following_spec.rb
user_preference_spec.rb
user_spec.rb