Page MenuHomePhabricator

JSI to update unread thick thread IDs in MMKV
ClosedPublic

Authored by marcin on Aug 28 2024, 3:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 1:10 PM
Unknown Object (File)
Thu, Oct 10, 12:01 PM
Subscribers

Details

Summary

This differential implements JSI that allows to set and get unread thick thread IDs from MMKV from JS.

Test Plan

Tested in next diff

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek added inline comments.
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
1489 ↗(On Diff #43727)

Can we use a shared constant?

This revision is now accepted and ready to land.Aug 29 2024, 6:11 AM

Share unread thick thread ids set key between C++, Java and Obj-C

Remove remaining usage of hardcoded NOTIFS.UNREAD_THICK_THREADS constant in CommCoreModule.cpp