mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-03-20 15:14:54 +09:00
Smarter treatment of recipients that are collections
- Allow client to specify recipients that don't need to be delivered to - When fetching recipient, recognize collections and don't try to deliver to them - Remember collections in DB, and use that to skip HTTP delivery
This commit is contained in:
parent
48882d65ad
commit
6d304b9307
11 changed files with 233 additions and 102 deletions
migrations
5
migrations/2019_05_17.model
Normal file
5
migrations/2019_05_17.model
Normal file
|
@ -0,0 +1,5 @@
|
|||
RemoteCollection
|
||||
instance InstanceId
|
||||
ident Text
|
||||
|
||||
UniqueRemoteCollection instance ident
|
Loading…
Add table
Add a link
Reference in a new issue