mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
Replace some Inbox::with with with07
This commit is contained in:
parent
05df3b89a1
commit
76f688c967
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub fn inbox(conn: &DbConn, act: serde_json::Value) -> Result<InboxResult, Error
|
|||
.with07::<User, Delete07, Comment>(CONFIG.proxy())
|
||||
.with07::<User, Delete07, Post>(CONFIG.proxy())
|
||||
.with07::<User, Delete07, User>(CONFIG.proxy())
|
||||
.with::<User, Follow, User>(CONFIG.proxy())
|
||||
.with07::<User, Follow07, User>(CONFIG.proxy())
|
||||
.with07::<User, Like07, Post>(CONFIG.proxy())
|
||||
.with07::<User, Undo07, Reshare>(CONFIG.proxy())
|
||||
.with07::<User, Undo07, follows::Follow>(CONFIG.proxy())
|
||||
|
|
Loading…
Reference in a new issue