diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index bccc87b..0d20fd5 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -581 \ No newline at end of file +582 \ No newline at end of file diff --git a/Builder/IISUploadHandler/build.txt b/Builder/IISUploadHandler/build.txt index 75af06e..272a458 100644 --- a/Builder/IISUploadHandler/build.txt +++ b/Builder/IISUploadHandler/build.txt @@ -1 +1 @@ -315 \ No newline at end of file +316 \ No newline at end of file diff --git a/Common/dataobjects/PMConversation.cs b/Common/dataobjects/PMConversation.cs index 5e58a9f..45ecbf8 100644 --- a/Common/dataobjects/PMConversation.cs +++ b/Common/dataobjects/PMConversation.cs @@ -249,7 +249,14 @@ namespace FLocal.Common.dataobjects { ComparisonType.EQUAL, owner.id.ToString() ), - diapasone + diapasone, + new JoinSpec[0], + new SortSpec[] { + new SortSpec( + TableSpec.instance.getColumnSpec(TableSpec.FIELD_LASTMESSAGEID), + false + ) + } ) select int.Parse(stringId) ); }