ap: add well-known NS URIs
This commit is contained in:
parent
28b36a20b4
commit
e568927d4b
1 changed files with 2 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue