Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group chats seem to top out at 15 #158

Closed
kiwano opened this issue Nov 8, 2017 · 2 comments
Closed

group chats seem to top out at 15 #158

kiwano opened this issue Nov 8, 2017 · 2 comments

Comments

@kiwano
Copy link

kiwano commented Nov 8, 2017

i was getting into a group chat through the website, and it didn't show up when i did
fbchats facebook
since there were 15 chats, and that's a 2^n-1 type number, i left old group chats until i was back down to 14
before anyone said anything in the new chat, i once again did
fbchats facebook
and the existing 14 chats were listed. i then did
account facebook set group_chat_open all
and said something through the web interface to the chat, and the chat got added and the channel opened.
i'm guessing that this means that the chats are stored in an array of length 15 or somesuch; maybe it could be bumped up to 256? (if i have a few minutes -- which i sadly doubt will happen for the next few weeks -- i might peek through the code and see if i can attend to this myself).

@dgw
Copy link

dgw commented Nov 8, 2017

The issue is flooding the BitlBee client if there are more chats returned by fbchats. They should be sorted by last message (latest first); #155 tracks that not happening currently (and points to a workaround).

@dequis
Copy link
Member

dequis commented Nov 18, 2017

Duplicate of #155

@dequis dequis marked this as a duplicate of #155 Nov 18, 2017
@dequis dequis closed this as completed Nov 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants