mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
Replace some with() with with07()
This commit is contained in:
parent
62372201e0
commit
4e42a34337
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ impl_into_inbox_result! {
|
|||
pub fn inbox(conn: &DbConn, act: serde_json::Value) -> Result<InboxResult, Error> {
|
||||
Inbox::handle(conn, act)
|
||||
.with07::<User, Announce07, Post>(CONFIG.proxy())
|
||||
.with::<User, Create, Comment>(CONFIG.proxy())
|
||||
.with::<User, Create, Post>(CONFIG.proxy())
|
||||
.with07::<User, Create07, Comment>(CONFIG.proxy())
|
||||
.with07::<User, Create07, Post>(CONFIG.proxy())
|
||||
.with07::<User, Delete07, Comment>(CONFIG.proxy())
|
||||
.with07::<User, Delete07, Post>(CONFIG.proxy())
|
||||
.with07::<User, Delete07, User>(CONFIG.proxy())
|
||||
|
|
Loading…
Reference in a new issue