On each logout and then login in of particular user in Sinch SDK I receive old messages directed to that user (also it calls "send" callback with old messages that were send on previous "session"). Is there way to add time-to-live frame for each message or disable this feature?
Currently I add time of sending to each message and if it is longer that X minutes I don't show it, but this is very poor workaround.