WEIWEI

Results 10 issues of WEIWEI

`2022-04-29 16:59:01.614+0800 file:[email protected]/callbacks.go:133 level:trace /Users/wei/project/go_project/go-admin/cmd/migrate/migration/init.go:49 cannot convert 1599190683659 to Text [0.209ms] [rows:0] SELECT count(*) FROM "sys_migration" WHERE version = 1599190683659`

Inactive

group config set below group owner send a invitation by call `createInvitation()` and send to a user1, user1 can call `queryInvitations` to get this invitation, how user1 can accept or...

feature

using new version of minio_20231209181751, when client upload image will cause [403] s3.PostPolicyBucket in minio trace, roll back to minio_20230718174940 everything is ok.

enhancement

in some cases like: new user A joined 20 groups, each group has 50+ users. user A need pull every group's member profile use to show chat name and avatar,...

enhancement
question

when doing a recall. ``` client.messageService.recallMessage( message.id.toInt64(), recallDate: DateTime.now().subtract(const Duration(seconds: 60)), ); ``` target side will receive a message, sent by system and marked as system message: but target side...

status: confirming

query queryPrivateConversation return result as follow: ``` Response{timestamp: 2023-08-19 13:04:17.694, requestId: 3124259594, code: 1000, data: [ownerId: 1 targetId: 2 readDate: 1692421447927 ]} ``` and readDate value is changed when `updatePrivateConversationReadDate(targetId))`...

question

according my test, global config priority is higher than local config. but there will be some issue ex: if I start my server at first time and add this config...

question

# General ## What bug do you experience? 🐞 Frame keep rendering on Chat widget without do anything, casue mobile battery drop fast and hot ## How can it be...

bug

如图, 实际clone 3.2 代码后 并没有文档中这个文件

Because official lib build flag in CmakeLists.txt set(CMAKE_CXX_VISIBILITY_PRESET hidden), that will cause android exception when dart ffi lookup function. Please refer to [My other repo](https://github.com/weishirongzhen/flutter_trust_wallet_core_lib_include) to run full demo, also,...