(threadID: string)
| 1269 | const draftKeySuffix = '/message_composer'; |
| 1270 | |
| 1271 | function draftKeyFromThreadID(threadID: string): string { |
| 1272 | return `${threadID}${draftKeySuffix}`; |
| 1273 | } |
| 1274 | |
| 1275 | function getContainingThreadID( |
| 1276 | parentThreadInfo: |
no outgoing calls
no test coverage detected