Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove stranger func in user model. (#319)
* fix: message status change * fix: page pull change args * feat: add wasm multipart upload * feat: add wasm multipart upload * feat: add wasm multipart upload * test: log add * test: log add * refactor: remove session type * refactor: remove session type * refactor: remove session type * refactor: remove session type * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: go-cmp change version * feat: wasm add upload file * feat: wasm add upload file * refactor: user update * refactor: upload file add content type * refactor: conversation trigger * refactor: conversation trigger * fix: msg file ContentType * test: log add * chore: makefile update * fix: sync user info error * fix: send video message blocking Signed-off-by: Gordon <[email protected]> * fix: logout don't callback when network can not establish Signed-off-by: Gordon <[email protected]> * fix: logout don't callback when network can not establish Signed-off-by: Gordon <[email protected]> * new feat: sync less data * new feat: sync less data * fix: still reconn when token is invalid Signed-off-by: Gordon <[email protected]> * fix: sendMessage not oss add content Signed-off-by: Gordon <[email protected]> * flag Signed-off-by: hanzhixiao <[email protected]> * fix bug: friend wasm sql * fix: kick logout Signed-off-by: Gordon <[email protected]> * fix: kick logout Signed-off-by: Gordon <[email protected]> * fix bug: friend msg syncer * fix: wasm db close Signed-off-by: Gordon <[email protected]> * fix: wasm db close Signed-off-by: Gordon <[email protected]> * Fix: wasm close db (#176) * fix: message status change * fix: page pull change args * feat: add wasm multipart upload * feat: add wasm multipart upload * feat: add wasm multipart upload * test: log add * test: log add * refactor: remove session type * refactor: remove session type * refactor: remove session type * refactor: remove session type * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: syncer update * refactor: go-cmp change version * feat: wasm add upload file * feat: wasm add upload file * refactor: user update * refactor: upload file add content type * refactor: conversation trigger * refactor: conversation trigger * fix: msg file ContentType * test: log add * chore: makefile update * fix: sync user info error * fix: send video message blocking Signed-off-by: Gordon <[email protected]> * fix: logout don't callback when network can not establish Signed-off-by: Gordon <[email protected]> * fix: logout don't callback when network can not establish Signed-off-by: Gordon <[email protected]> * fix: still reconn when token is invalid Signed-off-by: Gordon <[email protected]> * fix: sendMessage not oss add content Signed-off-by: Gordon <[email protected]> * fix: kick logout Signed-off-by: Gordon <[email protected]> * fix: kick logout Signed-off-by: Gordon <[email protected]> * fix: wasm db close Signed-off-by: Gordon <[email protected]> * fix: wasm db close Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]> Co-authored-by: withchao <[email protected]> * fix: search messages add localEx field Signed-off-by: Gordon <[email protected]> * test Signed-off-by: hanzhixiao <[email protected]> * fix bug: user update name and faceurl not sync * feat: conversation local ex * feat: conversation local ex * fix bug: sync failed * presuretest code * test * test: pressure test code * fix: program will crash when websocket just initialized and send message Signed-off-by: Gordon <[email protected]> * feature: add function of unInitSDK Signed-off-by: Gordon <[email protected]> * test: add function of create group and send messages Signed-off-by: Gordon <[email protected]> * test: add function of create group and send messages Signed-off-by: Gordon <[email protected]> * fxi: pull messages with pagination and send message add reply timeout. Signed-off-by: Gordon <[email protected]> * feat: wasm add business listener Signed-off-by: Gordon <[email protected]> * feat: log level can set gorm log level Signed-off-by: Gordon <[email protected]> * fix: user goroutine did not exit when ws dial because of token invalid or expired Signed-off-by: Gordon <[email protected]> * fix: err message update Signed-off-by: Gordon <[email protected]> * test: panic recover Signed-off-by: Gordon <[email protected]> * fix: avoid panic when local don't have message Signed-off-by: Gordon <[email protected]> * test: test args change Signed-off-by: Gordon <[email protected]> * fix: some messages seq is zero,filter this message and print exception info Signed-off-by: Gordon <[email protected]> * fix: user online status pb change Signed-off-by: Gordon <[email protected]> * test: add sdk user send message Signed-off-by: Gordon <[email protected]> * test: add sdk user send message Signed-off-by: Gordon <[email protected]> * fix: sync conversation panic when some groups deleted in server that user joined groups. Signed-off-by: Gordon <[email protected]> * fix: sdk trigger token expired callback Signed-off-by: Gordon <[email protected]> * fix: sdk remove group sync concurrent,maybe cause sync group members failed. Signed-off-by: Gordon <[email protected]> * fix: do not update group message when get user info. Signed-off-by: Gordon <[email protected]> * fix: private chat notification update. Signed-off-by: Gordon <[email protected]> * fix: change the conversation to synchronous retrieval. Signed-off-by: Gordon <[email protected]> * fix: split pull message. Signed-off-by: Gordon <[email protected]> * fix: user status online add to main func. * fix: pull notifications. * fix: pull notifications. * fix: message update latest icon and name when first sync message. * fix: message update latest icon and name when first sync message. * fix: message update latest icon and name when first sync message. * fix: stranger user model add wasm set func. Signed-off-by: Gordon <[email protected]> * fix: stranger user model add wasm set func. * tes: change num of sender. Signed-off-by: Gordon <[email protected]> * fix: create a group, group members greater than 5000 report an error * fix: remove stranger func in user model. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]> Signed-off-by: hanzhixiao <[email protected]> Signed-off-by: Gordon <[email protected]> Co-authored-by: wangchuxiao <[email protected]> Co-authored-by: withchao <[email protected]> Co-authored-by: hanzhixiao <[email protected]> Co-authored-by: withchao <[email protected]>
- Loading branch information