Age | Commit message (Collapse) | Author |
|
Add a table to store activity expirations. An activity can have zero or
one expirations. The expiration has a scheduled_at field which stores
the time at which the activity should expire and be deleted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we can't change module attributes and endpoint settings in runtime
|
|
|
|
|
|
|
|
|
|
|
|
Add index on inReplyTo for objects
See merge request pleroma/pleroma!1240
|
|
|
|
The previous activity index is useless because objects are not embedded
anymore and instead a joined object is queried.
|
|
Fixes the performance of `get_existing_votes`
|
|
|
|
|
|
|
|
Can't be run in a trnasaction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conversations once more.
See merge request pleroma/pleroma!1119
|
|
|
|
Modified-by: Maksim Pechnikov <parallel588@gmail.com>
|
|
|
|
|
|
|
|
|