Merge branch 'develop' of https://git.pleroma.social/dr1ft/pleroma-fe into develop

This commit is contained in:
Astra 2018-06-07 17:33:28 -04:00
commit ee1b60c9c5
1 changed files with 4 additions and 4 deletions

View File

@ -47,10 +47,10 @@ const PostStatusForm = {
posting: false, posting: false,
highlighted: 0, highlighted: 0,
vis: { vis: {
public: { 'icon-globe': true, big: true, selected: true }, public: { icon: 'icon-globe', big: true, selected: true },
unlisted: { 'icon-lock-open-alt': true, big: true, selected: false }, unlisted: { icon: 'icon-lock-open-alt', big: true, selected: false },
private: { 'icon-lock': true, big: true, selected: false }, private: { icon: 'icon-lock', big: true, selected: false },
direct: { 'icon-mail-alt': true, big: true, selected: false } direct: { icon: 'icon-mail-alt', big: true, selected: false }
}, },
newStatus: { newStatus: {
status: statusText, status: statusText,