(a)
| 53 | function (a, b, c, d, e, f, g) { |
| 54 | "use strict"; |
| 55 | function a(a) { |
| 56 | var b = a.NAME; |
| 57 | if (b === "Group") |
| 58 | return d("MercuryIDs").getThreadIDFromThreadFBID(a.VAL); |
| 59 | else if (b === "User" || b === "Page") |
| 60 | return d("MercuryIDs").getThreadIDFromUserID(a.VAL); |
| 61 | else |
| 62 | return c("unrecoverableViolation")( |
| 63 | "Not supported", |
| 64 | "messenger_web_product" |
| 65 | ); |
| 66 | } |
| 67 | function b(a) { |
| 68 | return a.VAL; |
| 69 | } |