Force social graph to pull down updates after beta.11 install
This commit is contained in:
parent
d07b8e82b2
commit
bab59ba2a1
13 changed files with 90 additions and 28 deletions
|
@ -67,6 +67,7 @@ export interface DataInterface {
|
|||
removeAllSessions: () => Promise<void>;
|
||||
getAllSessions: () => Promise<Array<SessionType>>;
|
||||
|
||||
eraseStorageIdFromConversations: () => Promise<void>;
|
||||
getConversationCount: () => Promise<number>;
|
||||
saveConversation: (data: ConversationType) => Promise<void>;
|
||||
saveConversations: (array: Array<ConversationType>) => Promise<void>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue