client/src/actions/authActions.js
changeset 107 e6f85e26b08c
parent 100 6fd752d98933
child 129 d48946d164c6
--- 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 }
+}