174 Commits

Author SHA1 Message Date
0756806f20 Global wide channels api 2025-02-22 16:22:08 +08:00
a8dbcfdb05 🐛 Yeah, fix bugs 2025-02-21 23:35:52 +08:00
65cb542985 🐛 Fix wrong perm check of channel member 2025-02-21 23:19:58 +08:00
fabda61822 🐛 Trying to fix leave channel 2025-02-21 23:05:28 +08:00
47aa2ae755 🐛 Fix route stack issue 2025-02-21 22:51:13 +08:00
a268b7958c Able to transfer channel between realms 2025-02-16 20:27:04 +08:00
256c494ad0 🐛 Fix can leave own channel 2025-02-15 15:56:43 +08:00
2e18b2455b Separate list public channel 2025-02-15 15:55:06 +08:00
406eb9c93b 🐛 Fix no perm check on DM 2025-02-15 15:49:07 +08:00
2228f5054d 🐛 Bug fixes on adding duplicate people into channel 2025-02-10 22:24:09 +08:00
397386be12 ♻️ Optimize user join channel logic 2025-02-10 17:17:17 +08:00
1975a89bbb Rollback skip push notification changes 2025-02-03 16:55:23 +08:00
f368e047be Skip push notification for people got new message ws package 2025-02-02 15:57:41 +08:00
52f839ba9a 🐛 Trying to fix reply token 2025-02-01 22:47:03 +08:00
3000b9d1a3 🐛 Fix edit message did not has the related event id 2024-12-29 23:09:39 +08:00
3d1c7e1bda 🐛 Fix every use got same reply token 2024-12-21 22:00:31 +08:00
5fae613da5 Reply token 2024-12-21 21:29:59 +08:00
7733abde5d 🐛 Bug fix in getting user account id 2024-12-21 19:35:40 +08:00
24783a3b66 Quick reply api
 Send event id in event notification
2024-12-21 18:16:47 +08:00
c02c8cb610 🐛 Fix create call panic 2024-12-16 19:55:39 +08:00
85ff0c501a 🐛 Bug fixes on notifying user 2024-12-13 21:15:38 +08:00
070cb8e12c 🐛 Fix empty sender nick issue 2024-12-08 20:09:22 +08:00
364fda8a55 🐛 Fix unable to create dm 2024-12-08 12:45:28 +08:00
f50e376f6c 🐛 Fix deleted message event notifying issue 2024-12-08 12:14:46 +08:00
8bf45bdefe 🔊 Add verbose logging to new event notifying 2024-12-08 12:04:40 +08:00
a78fff8897 🐛 Remove related event foreign key to prevent issue when linking to a deleted event 2024-12-08 11:46:56 +08:00
7a33018e44 🐛 Fix check user exists in realm bug 2024-12-01 12:18:09 +08:00
17694d398b 🐛 Prevent user from adding a user twice into a channel 2024-12-01 02:05:46 +08:00
edc864d01e 🐛 Fix add channel member api doesn't work 2024-12-01 01:54:39 +08:00
aac8a3eb54 💥 Move remove member api arguments from payload to query string 2024-12-01 01:23:04 +08:00
e82f100b67 🐛 Fix pagination fetch channel members does not include total count 2024-12-01 00:17:43 +08:00
40ef26f75d 💥 Pagination of channel members 2024-11-30 22:45:21 +08:00
519d570041 ♻️ Split edit channel profile and channel notify level API 2024-11-29 23:45:35 +08:00
275fe80286 🐛 Fix new call panics 2024-11-24 22:24:49 +08:00
a75144d0db 🐛 Fix event notify isn't unsaved 2024-11-23 00:27:44 +08:00
6c5324e131 🔊 Add notifying logs 2024-11-23 00:07:28 +08:00
ae48597f96 🗃️ Remove foreign key constraint to improve dx 2024-11-19 22:38:48 +08:00
95d1284e68 🐛 Should not update the related event id to editing to message 2024-11-18 23:49:50 +08:00
c642f5ee44 🗃️ Add relations between related event and original event 2024-11-18 23:28:17 +08:00
6c60e250e1 🗃️ Add relations between quoted event and original event 2024-11-18 22:56:10 +08:00
a79995e7c0 🔊 Add log in new event function 2024-11-17 20:50:26 +08:00
fce42e4557 🔊 Add log in pushing websocket command 2024-11-17 20:39:04 +08:00
614509740b 🐛 Fix event new null pointer exception 2024-11-17 14:27:55 +08:00
461d4c0e70 New check has new event exists api 2024-11-16 22:26:23 +08:00
d9d6b81ac3 🗑️ Remove realm preload to fix bugs 2024-11-16 01:48:47 +08:00
ed73b40bf5 🗑️ Remove account preload 2024-11-16 01:45:20 +08:00
2d05be679d ♻️ Refactored remain modules and make it up and running 2024-11-02 13:40:37 +08:00
06031620b7 🚚 Move from hydrogen to hypernet 2024-11-02 13:24:37 +08:00
cef4764d8c ♻️ Move dealer to nexus 2024-11-02 13:23:27 +08:00
fce8669059 Cache channel identity query 2024-10-09 23:56:24 +08:00