there is similar recursive call in
| if(!sigResult?.match&&signedContentInDecryptedData){ |
which can cause extension lag for nested signed content. we'll need to implement similar fix there, but let's leave it for separate PR
Originally posted by @sosnovsky in #6277 (comment)
there is similar recursive call in
flowcrypt-browser/extension/js/common/message-renderer.ts
Line 618 in 78f34e3
which can cause extension lag for nested signed content. we'll need to implement similar fix there, but let's leave it for separate PR
Originally posted by @sosnovsky in #6277 (comment)