diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-06-18 19:01:54 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-06-18 19:01:54 +0200 |
commit | 5ff4a5eee3e76ba05dc80868350bb7b3698113d0 (patch) | |
tree | f1bf27559f02786ba38f179b23baf866b756850e /test | |
parent | fa828229326c5c0d8fc2d119e8cf0d70a63c5ef9 (diff) | |
download | pleroma-5ff4a5eee3e76ba05dc80868350bb7b3698113d0.tar.gz |
Save incoming tags as lowercase.
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/ostatus_incoming_post_tag.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/ostatus_incoming_post_tag.xml b/test/fixtures/ostatus_incoming_post_tag.xml index 695766d73..5febb80d1 100644 --- a/test/fixtures/ostatus_incoming_post_tag.xml +++ b/test/fixtures/ostatus_incoming_post_tag.xml @@ -42,7 +42,7 @@ <id>tag:social.heldscal.la,2017-04-29:noticeId=1967725:objectType=note</id> <title>New note by lambadalambda</title> <content type="html">Will it blend?</content> - <category term="nsfw"/> + <category term="Nsfw"/> <link rel="alternate" type="text/html" href="https://social.heldscal.la/notice/1967725"/> <status_net notice_id="1967725"></status_net> <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb> |