Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

openimsdk/open-im-server

github-merge-queue[bot] pushed 1 commit to main openimsdk/open-im-server
  • fix: improve getUserInfo logic. (#2792) * fix: improve ConversationATInfo logic. * fix logic err. * fix: improve t... 312c8ba

View on GitHub

icey-yu created a review on a pull request on openimsdk/open-im-server

View on GitHub

FGadvancer created a review on a pull request on openimsdk/open-im-server

View on GitHub

mo3et opened a pull request on openimsdk/open-im-server
fix: improve getUserInfo logic.
## πŸ…° Please add the issue ID after "Fixes #" Fixes #
Bloomingg closed an issue on openimsdk/open-im-server
[Deployment] When HTTPS is changed to a port other than 443, it cannot log in normally.
### OpenIM Server Version v3.8.1 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Docker Deployment ### Issue Description and Steps to Reproduce The network enviro...
Bloomingg created a comment on an issue on openimsdk/open-im-server
The problem has been fixed. You can delete the `openim/openim-web-front` image and then pull it again.

View on GitHub

skiffer-git closed an issue on openimsdk/open-im-server
[Other]: what is the initial password for the user imported by the Server API (/user/user_register)
### What would you like to share? The Server API (/user/user_register) imports user without providing password parameter,so what is initial password for the user imported by this API ? ### Addit...
skiffer-git closed an issue on openimsdk/open-im-server
[Deployment] Error while dialing: dial top 127.0.0.1:2379: connect: connection refused
### OpenIM Server Version 3.8.0 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Issue Description and Steps to Reproduce I have deploye...
OpenIM-Robot created a comment on an issue on openimsdk/open-im-server
> Bot detected the issue body's language is not English, translate it automatically. πŸ‘―πŸ‘­πŸ»πŸ§‘β€πŸ€β€πŸ§‘πŸ‘«πŸ§‘πŸΏβ€πŸ€β€πŸ§‘πŸ»πŸ‘©πŸΎβ€πŸ€β€πŸ‘¨πŸΏπŸ‘¬πŸΏ ---- find ./ -name "*.sh" | xargs chmod +x

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
If you obtained openim-docker not by cloning but by downloading a zip file, run the command find ./ -name "*.sh" | xargs chmod +x to grant script execution permissions.

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
> You need to check whether the result of createXXX is an empty string. If it is, make sure to fetch your own user information once after logging in, before createXXX. Should we optimize this so...

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
Is the client built with Flutter or another framework?

View on GitHub

skiffer-git closed an issue on openimsdk/open-im-server
[BUG] login api error: header must have token: 1001 ArgsError
### OpenIM Server Version 3.8.1 ### Operating System and CPU Architecture macOS (AMD) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce 前端使用open-im-flutter-d...
skiffer-git created a comment on an issue on openimsdk/open-im-server
You only need to modify the IP in the demo; the port should not be changed.

View on GitHub

OpenIM-Robot created a comment on an issue on openimsdk/open-im-server
> Bot detected the issue body's language is not English, translate it automatically. πŸ‘―πŸ‘­πŸ»πŸ§‘β€πŸ€β€πŸ§‘πŸ‘«πŸ§‘πŸΏβ€πŸ€β€πŸ§‘πŸ»πŸ‘©πŸΎβ€πŸ€β€πŸ‘¨πŸΏπŸ‘¬πŸΏ ---- http://192.168.3.6:10002/account/code/send->http://192.168.3.6:100...

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
http://192.168.3.6:10002/account/code/send->http://192.168.3.6:10008/account/code/send

View on GitHub

skiffer-git closed an issue on openimsdk/open-im-server
How to stop sending notifications to become friends
### What would you like to share? Open-im-server Version : v3.8.1 ServerAPI :import_friend Request URL :{API_ADDRESS}/friend/import_friend When the business system imports friend relationsh...
skiffer-git created a comment on an issue on openimsdk/open-im-server
Your own business system is represented as "Your App Server" in the diagram. User login, registration, and authentication are handled by your business system.

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
![image](https://github.com/user-attachments/assets/651b3071-2b04-46ed-851c-33ebbc937540)

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
https://github.com/openimsdk/open-im-server/blob/main/docs/images/oepnim-design.png

View on GitHub

skiffer-git created a comment on an issue on openimsdk/open-im-server
https://join.slack.com/t/openimsdk/shared_invite/zt-2ijy1ys1f-O0aEDCr7ExRZ7mwsHAVg9A

View on GitHub

github-merge-queue[bot] deleted a branch openimsdk/open-im-server

gh-readonly-queue/main/pr-2790-4be508a640405159cc0bda960507b30700a49b29

github-merge-queue[bot] pushed 1 commit to main openimsdk/open-im-server
  • fix: improve transfer Owner logic when newOwner is mute. (#2790) * fix: improve ConversationATInfo logic. * fix log... b36b695

View on GitHub

FGadvancer created a review on a pull request on openimsdk/open-im-server

View on GitHub

icey-yu closed an issue on openimsdk/open-im-server
[BUG] Use user token can not access /friend/search, but can access /get friend list. what is the matter?
### OpenIM Server Version 3.8.1 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce As Title ### Sc...
icey-yu created a comment on an issue on openimsdk/open-im-server
/friend/search is an API endpoint for the chat project, please use the chat token.

View on GitHub

icey-yu created a review on a pull request on openimsdk/open-im-server

View on GitHub

OrrinHatch opened an issue on openimsdk/open-im-server
[BUG] When I quote-reply to my own message, why is the contentType of the quoted message of type revokeMessage (2101)?
### OpenIM Server Version 3.8.0 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce <img width="593" alt=...
mo3et opened a pull request on openimsdk/open-im-server
fix: improve transfer Owner logic when newOwner is mute.
## πŸ…° Please add the issue ID after "Fixes #" Fixes #
Load more