This website requires JavaScript.
Explore
Help
Sign In
mirror
/
whippy-edition
Watch
1
Star
0
Fork
0
You've already forked whippy-edition
mirror of
https://github.com/whippyshou/mastodon
synced
2024-11-25 07:37:08 +09:00
Code
81cec35dbf
whippy-edition
/
spec
/
fabricators
/
notification_fabricator.rb
5 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
Adding unified streamable notifications
2016-11-20 08:33:02 +09:00
Fabricator
(
:notification
)
do
activity_id
1
Fixes slow query in notifications api (#2851) * Add inclusion validation for activity_type * When excluding all types with `WHERE NOT IN`, the query search all rows.
2017-05-07 04:55:40 +09:00
activity_type
'Favourite'
Adding unified streamable notifications
2016-11-20 08:33:02 +09:00
end
Copy Permalink