Add SignalDebug.getMessageBySentAt
This commit is contained in:
parent
77e79e8da5
commit
2c8555beaf
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ if (!isProduction(window.SignalContext.getVersion())) {
|
|||
getConversation: (id: string) => window.ConversationController.get(id),
|
||||
getMessageById: (id: string) =>
|
||||
window.MessageCache.__DEPRECATED$getById(id),
|
||||
getMessageBySentAt: (timestamp: number) =>
|
||||
window.MessageCache.findBySentAt(timestamp, () => true),
|
||||
getReduxState: () => window.reduxStore.getState(),
|
||||
getSfuUrl: () => window.Signal.Services.calling._sfuUrl,
|
||||
getIceServerOverride: () =>
|
||||
|
|
Loading…
Reference in a new issue