wildfirechat / im-server

即时通讯(IM)系统
http://docs.wildfirechat.cn
Other
7.84k stars 1.79k forks source link

消息发送前由服务器判断是否发送 #529

Closed kylongteng closed 1 year ago

kylongteng commented 1 year ago

新增一种消息回调服务器类型: 如果消息回调配置成此类型,那么消息在发送前先回调到服务器,允许服务器根据业务判断此消息是否应继续发送。

heavyrain2012 commented 1 year ago

请检查一下IM服务配置文件,里面有个审核服务的配置,设置审核服务地址配置后,所有消息都会转到这个地址,这时就可以做你们的业务来判断是否发送,如果想要不允许发送返回403就可以了

kylongteng commented 1 year ago

感谢答复,我这边测试一下。

------------------ 原始邮件 ------------------ 发件人: "wildfirechat/im-server" @.>; 发送时间: 2022年9月22日(星期四) 晚上8:59 @.>; @.**@.>; 主题: Re: [wildfirechat/im-server] 消息发送前由服务器判断是否发送 (Issue #529)

请检查一下IM服务配置文件,里面有个审核服务的配置,设置审核服务地址配置后,所有消息都会转到这个地址,这时就可以做你们的业务来判断是否发送,如果想要不允许发送返回403就可以了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>