index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
workers
/
push_update_worker.rb
Age
Commit message (
Expand
)
Author
2022-11-04
Add caching for payload serialization during fan-out (#19642)
Eugen Rochko
2022-11-01
Fix N+1 on mentions in PushUpdateWorker (#19637)
Claire
2022-01-19
Add support for editing for published statuses (#16697)
Eugen Rochko
2017-11-18
Lists (#5703)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-04-05
Replace calls to FeedManager#inline_render and #broadcast
Eugen Rochko
2017-04-05
Fix wrong variable used in publish channel
Eugen
2017-04-05
Add proper message to PushUpdateWorker, use redis directly
Eugen
2017-04-04
Moving in the inline render
Kurtis Rainbolt-Greene
2017-04-04
I don't actually think we need that.
Kurtis Rainbolt-Greene
2017-04-04
Moving the queue_at into the worker
Kurtis Rainbolt-Greene
2017-04-04
Replacing the broadcast method with the one defined in the feed manager
Kurtis Rainbolt-Greene
2017-04-04
By pushing this into a worker we can reduce the amount of time the feed manag...
Kurtis Rainbolt-Greene