It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
My chat seems to be limited to the last 60 or so lines. Not just a single example; this is with each person. Also this seems to be limited by the number of lines, not the dates. Chat as old as few days ago disappeared.

Am I the only one with this problem. Any way to get back older chat history?
This question / problem has been solved by adaliabooksimage
Same here... My guess would be that the script loading older entries when you get near the top does not trigger... another thing broken.
Wonder if this is something adaliafundamentals can fix. Might be finally a reason to start using it.
avatar
ZFR: Wonder if this is something adaliafundamentals can fix. Might be finally a reason to start using it.
I'll take a look at it later.
I'm on my phone at work right now so can't check for errors and see what's up, it's probably just a bug but I might be able to make a fix until GOG get it sorted.
avatar
ZFR: Wonder if this is something adaliafundamentals can fix. Might be finally a reason to start using it.
avatar
adaliabooks: I'll take a look at it later.
I'm on my phone at work right now so can't check for errors and see what's up, it's probably just a bug but I might be able to make a fix until GOG get it sorted.
Thanks.
I can confirm this has also happened to me; it began a few days ago. It is probably related to the website “upgrade”.
avatar
adaliabooks: I'll take a look at it later.
I'm on my phone at work right now so can't check for errors and see what's up, it's probably just a bug but I might be able to make a fix until GOG get it sorted.
+++++++
high rated
avatar
ZFR: Thanks.
Ok, it's just a quick and dirty hack for now.

If you go to the console while you have a chat window open.
Make sure you are in the chat.gog.com context (in chrome this option is a drop down between a crossed out circle and an eye icon, in firefox there is a picture of three rectangles on the top bar at the right hand side that opens a drop down).
Paste the following into the console and hit enter;
angular.element(document.body).injector().get('roomsMessages').triggerLoadOlderMessages()
Repeat as often as needed, each one loads 50 messages.

I'll message Johny and see if he can get it sorted (or pass it on to someone who can), and if not I'll come up with something a bit better that will work automatically.
avatar
adaliabooks: Ok, it's just a quick and dirty hack for now.

If you go to the console while you have a chat window open.
Make sure you are in the chat.gog.com context (in chrome this option is a drop down between a crossed out circle and an eye icon, in firefox there is a picture of three rectangles on the top bar at the right hand side that opens a drop down).
Paste the following into the console and hit enter;
angular.element(document.body).injector().get('roomsMessages').triggerLoadOlderMessages()
Repeat as often as needed, each one loads 50 messages.

I'll message Johny and see if he can get it sorted (or pass it on to someone who can), and if not I'll come up with something a bit better that will work automatically.
Thanks, adalia.