Is there a way to limit the number of messages for the one-to-one chat via monitoring plugin?

Is there a similar way to limit the number of messages but for the one-to-one chat?

The monitoring plugin offers complex message archive functionality.

but it does not give the option of the number of messages to return :frowning:

I think what Guus meant is that you can do a lot of things programatically from the client by querying archive for a particular number of messages. Such calls are not exposed in plugin’s interface and i think usually (and maybe the only right thing to do) it is done from a client, not from plugin’s side. This would require creating your custom client.

Maybe it can also be enforced from the plugin’s side. Then patches are welcome with such functionality :slight_smile:

1 Like

Okay, I’ll have to put my hand in the plugin then :relieved: