about summary refs log tree commit diff
path: root/app/models/direct_feed.rb
AgeCommit message (Collapse)Author
2023-04-09Fix most rubocop issues (#2165)Claire
* Run rubocop --autocorrect on app/, config/ and lib/, also manually fix some remaining style issues * Run rubocop --autocorrect-all on db/ * Run rubocop --autocorrect-all on `spec/` and fix remaining issues
2021-03-12Fix DM timeline failing to load from databaseClaire
2019-06-27Use a redis-cached feed for the DM timelineThibaut Girka