Refactoring #38

Manually merged
LemmyNet merged 0 commits from refactoring into federation 2020-05-14 22:38:54 +00:00
Owner
No description provided.
nutomic changed title from Refactoring to WIP: Refactoring 2020-05-14 15:40:37 +00:00
nutomic changed title from WIP: Refactoring to Refactoring 2020-05-14 17:01:31 +00:00
dessalines reviewed 2020-05-14 22:27:17 +00:00
@ -69,3 +68,3 @@
}
pub fn verify(request: &HttpRequest, public_key: &str) -> Result<(), Error> {
pub fn verify(request: &HttpRequest, actor: &dyn ActorType) -> Result<(), Error> {
Owner

I like this a lot.

I like this a lot.
dessalines reviewed 2020-05-14 22:30:00 +00:00
@ -123,3 +95,1 @@
updated: None,
};
activity::Activity::create(&conn, &activity_form)?;
insert_activity(&conn, user.id, &undo, false)?;
Owner

I've been double checking all these for the correct local.

I've been double checking all these for the correct local.
LemmyNet closed this pull request 2020-05-14 22:38:54 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LemmyNet/lemmy#38
No description provided.