You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: raven/omni_channel_chat/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
**Remark**
24
24
25
-
1. Public / Private file has to be handle properly, currently files upload to raven will be private file but chat required it to be private.
25
+
1. Public / Private file has to be handle properly, currently files upload to raven will be private file but chat required it to be private
26
26
27
27
## TODO
28
28
@@ -34,3 +34,10 @@
34
34
35
35
-[ ] Instagram
36
36
-[ ] WhatsApp
37
+
38
+
### Misc
39
+
40
+
-[ ] Outgoing messages needs message id so we could reply to it properly
41
+
-[x] Provider from social login has to change to use provider id, using just "facebook" or "line" will cause error when there are more than 1 provider per each provider (prefix like `OCC_` should be add to provider)
42
+
-[x] On BaseMessage `provider` should be change to `provider_id`
0 commit comments