Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ openfbchat.js
File
openfbchat.js
scripts/backup/openfbchat.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
getThreadId(id,
type
) {
2
if
(
type
===
"Group"
)
3
return
require(
"MercuryIDs"
).getThreadIDFromThreadFBID(id);
4
else
if
(
type
===
"User"
||
type
===
"Page"
)
Callers
nothing calls this directly
Calls
3
b
Function · 0.70
c
Function · 0.50
d
Function · 0.50
Tested by
no test coverage detected