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)
Thu, May 30, 12:29 PM
Unknown Object (File)
Thu, May 30, 12:29 PM
Unknown Object (File)
Thu, May 30, 11:45 AM
Unknown Object (File)
Sun, May 26, 5:06 PM
Unknown Object (File)
Sun, May 26, 1:06 AM
Unknown Object (File)
Thu, May 23, 1:07 PM
Unknown Object (File)
Sun, May 19, 11:27 PM
Unknown Object (File)
Sat, May 18, 11:26 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