ap: add well-known NS URIs

This commit is contained in:
anna 2022-12-22 13:36:48 +01:00
parent 28b36a20b4
commit e568927d4b
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -14,6 +14,8 @@ pub struct Context {
pub mod uri {
pub static ACTIVITY_STREAMS: &'static str = "https://www.w3.org/ns/activitystreams";
pub static ACTIVITY_STREAMS_ALT: &'static str = "http://www.w3.org/ns/activitystreams";
pub static NYANO: &'static str = "https://nyanoblog.org/ns/activitystreams";
pub static TOOT: &'static str = "http://joinmastodon.org/ns#";
}
#[derive(Clone)]