mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 03:40:59 +00:00
Publicize Box types
This commit is contained in:
parent
119baceffa
commit
4a7cafd419
2 changed files with 3 additions and 3 deletions
|
@ -20,4 +20,4 @@
|
|||
//! Link traits and types
|
||||
|
||||
pub use activitystreams_traits::Link;
|
||||
pub use activitystreams_types::link::{kind, properties, Mention};
|
||||
pub use activitystreams_types::link::{kind, properties, LinkBox, Mention};
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
|
||||
pub use activitystreams_traits::Object;
|
||||
pub use activitystreams_types::object::{
|
||||
kind, properties, Article, Audio, Document, Event, Image, Note, Page, Place, Profile,
|
||||
Relationship, Tombstone, Video,
|
||||
kind, properties, Article, Audio, Document, Event, Image, ImageBox, Note, ObjectBox, Page,
|
||||
Place, Profile, Relationship, Tombstone, Video,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue