matrix-fb-chat
matrix-fb-chat copied to clipboard
A quick n dirty Facebook bot bridge.
I installed the fork provide here : https://github.com/Andrew-Cyr/matrix-fb-chat And I have this error : ``` ERR! MATRIX Status: SYNCING ERR! MATRIX Data: { oldSyncToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ERR! MATRIX nextSyncToken: yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', ERR!...
These changes fix all the issues I have when trying to start it. node v6.12.0 npm v3.10.10 I'm not sure how to add the code for Matrix -> FB messages
The instructions say `npm build`: i think they mean `npm run build` Then: ``` sierra:matrix-fb-chat matthew$ npm run build > [email protected] build /Users/matthew/workspace/matrix-fb-chat > tsc src/facebook.ts(27,33): error TS2339: Property 'includes'...