From 2c358a052e8cf23d4815221940b6e342d1b54ff5 Mon Sep 17 00:00:00 2001 From: winniehell Date: Thu, 20 Apr 2017 01:04:56 +0200 Subject: Add username to activity atom feed (!10802) --- app/views/events/_event.atom.builder | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/events/_event.atom.builder') diff --git a/app/views/events/_event.atom.builder b/app/views/events/_event.atom.builder index 158061579f6..e2aec532a9d 100644 --- a/app/views/events/_event.atom.builder +++ b/app/views/events/_event.atom.builder @@ -8,6 +8,7 @@ xml.entry do xml.media :thumbnail, width: "40", height: "40", url: image_url(avatar_icon(event.author_email)) xml.author do + xml.username event.author_username xml.name event.author_name xml.email event.author_public_email end -- cgit v1.2.1