mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 22:56:24 +00:00
Use NSString instances for representing change numbers, rather than NSNumber
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <NGObjWeb/SoSecurityManager.h>
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
#import <NGExtensions/NSObject+Values.h>
|
||||
#import <SOGo/SOGoContentObject.h>
|
||||
#import <SOGo/SOGoPermissions.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
@@ -178,7 +179,7 @@
|
||||
- (uint64_t) objectVersion
|
||||
{
|
||||
uint64_t version = ULLONG_MAX;
|
||||
NSNumber *changeNumber;
|
||||
NSString *changeNumber;
|
||||
|
||||
if (!isNew)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user