|
|
|
|
@ -26,7 +26,7 @@ SELECT s.serverId, s.url, s.timelineUserId,
|
|
|
|
|
s.authorServerId, s.inReplyToId, s.inReplyToAccountId, s.createdAt, |
|
|
|
|
s.emojis, s.reblogsCount, s.favouritesCount, s.reblogged, s.favourited, s.bookmarked, s.sensitive, |
|
|
|
|
s.spoilerText, s.visibility, s.mentions, s.application, s.reblogServerId,s.reblogAccountId, |
|
|
|
|
s.content, s.attachments, s.poll, |
|
|
|
|
s.content, s.attachments, s.poll, s.muted, |
|
|
|
|
a.serverId as 'a_serverId', a.timelineUserId as 'a_timelineUserId', |
|
|
|
|
a.localUsername as 'a_localUsername', a.username as 'a_username', |
|
|
|
|
a.displayName as 'a_displayName', a.url as 'a_url', a.avatar as 'a_avatar', |
|
|
|
|
|