diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-05-07 19:28:23 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-05-07 19:28:23 +0200 |
| commit | b403ea4d2b69cef4434ad68babdfb402d8227847 (patch) | |
| tree | d07607b3387c89f4310881132a9e10a5389a5439 /test/fixtures/user_name_only.xml | |
| parent | a9b2ad17596d1b6deca646239a95e94dc644ebf3 (diff) | |
| parent | 60b4b0d725aefdca3eedd2d7708b0c96ee60c5f4 (diff) | |
| download | pleroma-b403ea4d2b69cef4434ad68babdfb402d8227847.tar.gz pleroma-b403ea4d2b69cef4434ad68babdfb402d8227847.zip | |
Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activity
Diffstat (limited to 'test/fixtures/user_name_only.xml')
| -rw-r--r-- | test/fixtures/user_name_only.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/user_name_only.xml b/test/fixtures/user_name_only.xml new file mode 100644 index 000000000..6d895d5c2 --- /dev/null +++ b/test/fixtures/user_name_only.xml @@ -0,0 +1,5 @@ +<author> + <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> + <uri>http://gs.example.org:4040/index.php/user/1</uri> + <name>lambda</name> +</author> |
