frieck

Results 12 comments of frieck

Hello @marinofaggiana you modified this a couple days ago: https://github.com/nextcloud/ios/commit/972fa1a74c76c27fceb1e4c21708719fd2926f32#diff-581efc20f9d776a2c155f68a1a911c99 I was looking at the code and changed the same file and was planning a pull request. That modified date...

Hi @marinofaggiana I am testing 3.0.2 (13). Now app seems more stable, but for some reason I can't view excluded items: error 500. Now photos are uploaded with original file...

It was something on the server... it is fixed now. Can you answer the question I did about modified date? Thanks

And do you know why modification date changes randomly when uploading photos from Nextcloud? It is very odd! Can we add a feature so users can opt to always use...

Guys, can't we just change this line https://github.com/nextcloud/photos/blob/c993c63a32ad3283c49852cccc249ad0d228a057/lib/Controller/AlbumsController.php#L102 to use `$node->getCreationTime()`? That makes picture be displayed in a more logical order....

Hi @skjnldsv, For me all photos are being displayed in an incorrect order as they all have been modified sometime. So changing that line that I mentioned helped me to...

Any updates? I am having the same problem with Dahua

Any update on this?

Encontrei uma possível causa do problema. ```TypeScript await this.prismaRepository.$executeRaw` UPDATE "Message" SET "chatwootMessageId" = ${chatwootMessageIds.messageId}, "chatwootConversationId" = ${chatwootMessageIds.conversationId}, "chatwootInboxId" = ${chatwootMessageIds.inboxId}, "chatwootContactInboxSourceId" = ${chatwootMessageIds.contactInboxSourceId}, "chatwootIsRead" = ${chatwootMessageIds.isRead || false} WHERE...