-
Notifications
You must be signed in to change notification settings - Fork 83
Feature Request: getJoinedSquareChats #43
Comments
If you know where it is used plz let me know 🍡 |
Thanks for the quick reply. I want to get all my joined square chats and found this method. I thought my request param is wrong or something so the server response error. If the response exception description is precise, then it should be as you said that the line service has not implemented it yet. Anyway, do you know how can I get all my joined square chats? |
At present chrline does not have good support for Square, the reason is that we do not implement fetchMyEvents correctly I think you have to use fetchMyEvents to iterate through all events (for JoinSquareChat events) to record currently joined SquareChats btw, I don't know how they handel with revisions, if you only join 1 Square and 3 SquareChats, there are many unnecessary chats makes 30000+ revisions, how to handel with it? (idk) |
Hi @WEDeach, I have seen you have updated the Push-dev branch with
I noticed that when the app cold start, the |
Hi, @betteray I've noticed the /PUSH endpoint since last year, but I haven't been able to do anything about it (yes, you can't get to it by capturing packets) But I noticed in February of this year that it still has some pre-packages (StatusPacket), but then I was busy with other things and didn't delve into it. The good news is that I received LINE will close ID OpenChat (Square) a few weeks ago, which probably means I'm running out of time, so I immediately started researching/PUSH.
It seems to be customizable, just let the server know you're subscribing to it maybe |
Ok. I see. Thank you @WEDeach. |
I had implemented the
getJoinedSquareChats
method. But the server response aCHRLINE.exceptions.LineServiceException: Code: -519, Message: NO XLT:Not yet implemented
.The error is as below:
The text was updated successfully, but these errors were encountered: