mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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 New Issue
Block a user