Page MenuHomePhabricator

[web-db] implement setting/getting `currentUserID` on worker
ClosedPublic

Authored by kamil on Mar 27 2023, 4:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 1:05 PM
Unknown Object (File)
Fri, May 3, 1:05 PM
Unknown Object (File)
Fri, May 3, 1:04 PM
Unknown Object (File)
Fri, May 3, 11:10 AM
Unknown Object (File)
Apr 3 2024, 8:02 AM
Unknown Object (File)
Apr 3 2024, 8:02 AM
Unknown Object (File)
Apr 3 2024, 8:01 AM
Unknown Object (File)
Apr 3 2024, 7:55 AM
Subscribers

Details

Summary

Store currentUserID in SQLite database.

It can be done by different way - performing operations directly on metadata table with parameters, but I wanted to make it similar to CommCoreModuleSchema.

Depend on D7181

Test Plan

Send SET_CURRENT_USER_ID and GET_CURRENT_USER_ID messages to worker and check if it works

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable