mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Don't implement activitypub::Link for Id
This commit is contained in:
parent
b17884681d
commit
d96940c848
1 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
use activitypub::Link;
|
||||
use activitystreams::{
|
||||
actor::{ApActor, Group, Person},
|
||||
base::{AnyBase, Base, Extends},
|
||||
|
@ -215,8 +214,6 @@ pub trait IntoId {
|
|||
fn into_id(self) -> Id;
|
||||
}
|
||||
|
||||
impl Link for Id {}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq, Eq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct ApSignature {
|
||||
|
|
Loading…
Reference in a new issue