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
/
post_status_worker.rb
Age
Commit message (
Collapse
)
Author
2020-02-16
make sure `hidden` is set false when it has not been specifed in the post worker
multiple creatures
2020-02-16
must throw exception if update fails
multiple creatures
2020-02-16
do not try to process mentions in hidden posts
multiple creatures
2020-02-16
refresh `status` state after updating
multiple creatures
2020-02-16
check use `hidden` instead of `hidden?`
multiple creatures
2020-02-16
add `process_mentions` boolean to post worker
multiple creatures
2020-02-14
filter hidden & delayed posts from timelines until published
multiple creatures
2020-02-14
avoid setting expirations twice & apply `hidden` attribute in post worker
multiple creatures
2019-12-12
simplify the asynchronous post worker
multiple creatures
2019-11-18
Revert `7f2174466` because it is causing thread mode to break.
multiple creatures
2019-11-18
When a post is delayed or updated, remove the old version from local ↵
multiple creatures
timelines before delivering the new verison.
2019-11-18
Be more specific about checking for the truthiness of `nomentions`.
multiple creatures
2019-11-17
Remove duplicated code.
multiple creatures
2019-10-26
before publishing a status force its formatting to be recached (fixes the ↵
multiple creatures
mentions bug)
2019-08-03
respect 'don't @ me' requests
multiple creatures
2019-07-29
fix delayed roars mentions bug, increase delay to 1 minute, include local ↵
multiple creatures
only prop
2019-07-29
optional delayed publishing of roars for proofreading
multiple creatures