Skip to content

Commit

Permalink
[refactor] Remove invalid content.
Browse files Browse the repository at this point in the history
  • Loading branch information
seland committed Sep 28, 2018
1 parent 8548982 commit eb8ca8d
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions src/sagas/chat/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,52 +31,3 @@ export default function* rootSaga() {
takeEvery(CHANGE_UNREAD_STATUS, changeUnreadStatus),
]);
}

const ok = [
{
id: 1,
members:
['SuivW2LLcnq07aThdIKPapA43fHhanDivvi3ZXgLco8=',
'5LESXtoU0MJEu/mdXuS7qaH8GIfe9vc4Lw8quD3bNEA='],
accountId: '247f1386-9edb-418a-ad90-d48d9e277c87',
unreadMessages: false,
name: 'Group chat',
messages:
[{
_id: '1538169767157805594',
text: 'Hey ho',
createdAt: 'Sat Sep 29 2018 00:22:47 GMT+0300 (+03)',
user: { _id: '081c3ebd1509cd4f9681757a3a241618eafa33440c160cc70057748807888916' },
dAppMessage: null,
}],
},
{
id: 2,
members: ['4ae8af5b62cb727ab4eda4e174828f6a9038ddf1e16a70e2bef8b765780b728f'],
accountId: '247f1386-9edb-418a-ad90-d48d9e277c87',
unreadMessages: false,
name: null,
messages:
[{
_id: '1538169612730164151',
text: '',
createdAt: 'Sat Sep 29 2018 00:20:12 GMT+0300 (+03)',
user: { _id: '081c3ebd1509cd4f9681757a3a241618eafa33440c160cc70057748807888916' },
dAppMessage: null,
}],
},
{
id: 3,
members: ['e4b1125eda14d0c244bbf99d5ee4bba9a1fc1887def6f7382f0f2ab83ddb3440'],
accountId: '247f1386-9edb-418a-ad90-d48d9e277c87',
unreadMessages: false,
name: null,
messages:
[{
_id: '1538169612731081690',
text: '',
createdAt: 'Sat Sep 29 2018 00:20:12 GMT+0300 (+03)',
user: { _id: '081c3ebd1509cd4f9681757a3a241618eafa33440c160cc70057748807888916' },
dAppMessage: null,
}],
}];

0 comments on commit eb8ca8d

Please sign in to comment.