ndb: move to uint32 for kind and created_at
This commit is contained in:
@@ -51,7 +51,7 @@ enum NotificationItem {
|
||||
}
|
||||
}
|
||||
|
||||
var last_event_at: Int64 {
|
||||
var last_event_at: UInt32 {
|
||||
switch self {
|
||||
case .reaction(_, let evgrp):
|
||||
return evgrp.last_event_at
|
||||
|
||||
Reference in New Issue
Block a user