v 0.9.1.0 In file MessageAsync.cs line 24 called
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));
instead of
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesSent(maximumMessages));
Comments: Associated with changeset 35397: Version 0.9.1.2
- As described by KLUBS, the GetLatestMessagesSent was returning the results of GetLatestMessagesReceived.
Special thanks to Klub ;)
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));
instead of
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesSent(maximumMessages));
Comments: Associated with changeset 35397: Version 0.9.1.2
- As described by KLUBS, the GetLatestMessagesSent was returning the results of GetLatestMessagesReceived.
Special thanks to Klub ;)