Commit Graph

128 Commits

Author SHA1 Message Date
5b78292d1b 🐛 Fix userinfo insert into wrong table 2024-09-14 21:37:14 +08:00
14e3750bd9 ♻️ Use dealer's BaseModel 2024-09-11 23:58:02 +08:00
f962376f42 ♻️ Use the new dealer BaseUser and remove ExternalID 2024-09-11 23:54:18 +08:00
41ebb572fa 🐛 Fix whats new didn't use db context 2024-09-03 23:00:06 +08:00
56def6ea2c 🐛 Fix whats new missing preloading 2024-09-03 22:54:11 +08:00
7044907a4a 🐛 Fix whats new include own messages 2024-09-03 22:30:44 +08:00
8ae33344eb Messaging whats new preload channels 2024-09-03 21:48:19 +08:00
75f5eb1456 Whats new API 2024-09-03 20:30:47 +08:00
b9a5bdb069 🐛 Fix almost everywhere mis-used AccountID as ExternalID 2024-08-23 23:09:47 +08:00
ea94fd7b54 🐛 Fix broadcast typing status to wrong user 2024-08-23 23:00:49 +08:00
57444f58f4 🐛 Remove boardcast target limit 2024-08-23 22:50:59 +08:00
d7642c82bd 🐛 Bug fixes on typing status cache 2024-08-23 22:26:54 +08:00
e5c46a89df 🚑 Fix typing cache map is nil 2024-08-23 22:11:11 +08:00
f97cb877f5 Add cache into typing status set queries 2024-08-23 21:58:40 +08:00
a8a3c8cc71 🐛 Fix passing wrong id 2024-08-23 21:01:47 +08:00
eb77ecbeb7 🐛 Fix user id need isn't pointer in stream request 2024-08-23 19:36:11 +08:00
d19b5ab84f ⬆️ Upgrade dealer package 2024-08-23 19:33:52 +08:00
76889d23aa Typing status 2024-08-23 19:32:24 +08:00
21e7c19fca 🐛 Fix realms member get issue 2024-08-20 19:57:01 +08:00
dfa3b6b362 👽 Update attachment reference to string 2024-08-18 21:29:55 +08:00
1bc687eba6 🐛 Fix empty message... again 2024-08-07 18:39:38 +08:00
54739cd11e 🐛 Fix empty message 2024-08-07 18:34:44 +08:00
1867ff64f7 🐛 Fix founder cannot end their own call 2024-08-05 00:05:47 +08:00
e15cd25c81 🐛 Fix call notification looks broken 2024-08-02 21:34:08 +08:00
48c9bc21e0 👽 Update call name in livekit 2024-08-02 17:25:19 +08:00
7f0fc524da 💄 Improve notifcation with attachment 2024-08-01 19:45:06 +08:00
c00ee25050 🐛 Fix metioned users notification push 2024-08-01 13:08:18 +08:00
47a5f037c8 🐛 Fix related user detection in notification 2024-08-01 13:02:41 +08:00
583bec1619 💄 Extra info when you got metioned in a message in notification 2024-08-01 12:33:22 +08:00
4bd7f4dc8b 💄 Optimized message notification 2024-08-01 12:03:34 +08:00
262bac2a15 🐛 Mis-use Sprint as Sprintf 2024-07-20 16:19:45 +08:00
fda9b7517c More detailed notification 2024-07-20 16:02:16 +08:00
09e670b096 🐛 Fix didn't use external id to notify account 2024-07-17 15:19:56 +08:00
096565f4e0 Use batch notify to speed up the creation of event 2024-07-17 14:10:04 +08:00
2486b317e3 More channel call operations available
 Prevent two user create call in a channel at the same time
2024-07-17 11:03:35 +08:00
7e03eeee38 Rollback api has no prefix 2024-07-16 18:06:07 +08:00
768c809cbb 🚚 Move api path 2024-07-16 17:01:27 +08:00
ee7736b261 🔀 Merge pull request '♻️ 迁移到 Dealer' (#2) from refactor/dealer into master
Reviewed-on: Hydrogen/Messaging#2
2024-07-16 06:56:11 +00:00
7d63123fd2 ♻️ Use dealer's websocket service instead of own 2024-07-16 14:53:57 +08:00
0fbb483301 ♻️ Moved to dealer 2024-07-16 14:44:00 +08:00
b3fe2c2163 Optimize end call logic 2024-07-13 11:13:01 +08:00
5b2fa00b1e 🐛 Fix power level check doesn't work in channel with realm 2024-07-11 19:00:49 +08:00
edd02a03f7 🐛 Fix wrong notify format 2024-06-28 23:21:29 +08:00
ed9487a709 Better notify message, block same user DM channel 2024-06-28 16:50:08 +08:00
1308d4ad4c 🐛 Fix notify missing channel identifier 2024-06-28 13:58:57 +08:00
931a865c1c 🔀 Merge pull request ' 基于事件的消息构成' (#1) from refactor/event-based-messages into master
Reviewed-on: Hydrogen/Messaging#1
2024-06-27 20:36:37 +00:00
590adc8fc3 Record more things and bug fixes 2024-06-28 04:34:49 +08:00
ba974b13be 🐛 Block empty message 2024-06-27 22:54:35 +08:00
57f2aa518e Basically move messages to events 2024-06-27 22:38:18 +08:00
44b5da1630 🐛 Fix panic via upgrade deps 2024-06-23 16:38:20 +08:00