mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 11:21:42 +00:00
FIXED STUFF FROM THE MERGE SORRY ;_;
This commit is contained in:
parent
144db8ea1d
commit
4715161a93
|
@ -72,7 +72,7 @@ export function mentionCompose(account, router) {
|
||||||
|
|
||||||
export function submitCompose() {
|
export function submitCompose() {
|
||||||
return function (dispatch, getState) {
|
return function (dispatch, getState) {
|
||||||
const status = getState().getIn(['compose', 'text'], '');
|
let status = getState().getIn(['compose', 'text'], '');
|
||||||
|
|
||||||
if (!status || !status.length) {
|
if (!status || !status.length) {
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -34,11 +34,8 @@ const reducers = {
|
||||||
statuses,
|
statuses,
|
||||||
relationships,
|
relationships,
|
||||||
settings,
|
settings,
|
||||||
<<<<<<< HEAD
|
|
||||||
local_settings,
|
local_settings,
|
||||||
=======
|
|
||||||
push_notifications,
|
push_notifications,
|
||||||
>>>>>>> upstream
|
|
||||||
cards,
|
cards,
|
||||||
reports,
|
reports,
|
||||||
contexts,
|
contexts,
|
||||||
|
|
Loading…
Reference in a new issue