--- a/client/src/actions/authActions.js Thu Jun 29 12:06:48 2017 +0200
+++ b/client/src/actions/authActions.js Thu Jun 29 17:02:21 2017 +0200
@@ -34,3 +34,8 @@
group,
};
}
+
+
+export const purgeOutbox = () => {
+ return { type: types.OFFLINE_PURGE_OUTBOX }
+}