Commit Graph

226 Commits

Author SHA1 Message Date
Clansty 6d671fe7ad
fix: 防止 webp 作为贴纸发送时丢失发送者信息 2022-03-06 20:33:49 +08:00
Clansty e09d6d4f49
refactor: 将与编码相关到文件移动到 encoding 2022-03-06 20:26:48 +08:00
Clansty c29cd9eefd
refactor: 将与消息删除相关的代码移动到 DeleteMessageController 2022-03-06 20:24:19 +08:00
Clansty 1ba49b6029
perf: 减少 session 显错 2022-03-06 19:59:28 +08:00
Clansty f5602f81b7
fix: migrateAllChats 时无法获取 entities 2022-03-05 21:19:25 +08:00
Clansty b3a90c19a6
perf: 可以删除 yarn cache 来减少镜像大小 2022-03-05 21:10:09 +08:00
Clansty b9bf2a12ba
fix: 优化 docker 部署 2022-03-05 21:04:34 +08:00
Clansty b6b9cda114
perf: 优化 docker 部署 2022-03-05 20:57:54 +08:00
Clansty e6ffd253a5
feat: 批量转换超级群组 2022-03-05 20:50:35 +08:00
Clansty 7f3cb6e4f0
perf: 现有群升级为超级群后自动配置权限或者提示 2022-03-05 20:23:52 +08:00
Clansty 5d498f1a59
perf: 方法添加对超级群的支持,新的关联默认创建超级群
(不然升级的时候以及撤回消息都会有问题
2022-03-05 20:08:55 +08:00
Clansty 729d5f7357
fix: 群也可以是 Api.Channel 2022-03-05 18:05:32 +08:00
Clansty 81be36d50a
feat: 可以通过 /rm 撤回消息了 2022-03-05 17:58:07 +08:00
Clansty 5f5b76d670
feat: 可以编辑消息了 2022-03-05 15:26:37 +08:00
Clansty ee09de38bf
perf: 提高 Telegram 的 LogLevel 以及传递正式 Message 对象给 EditMessageHandler 2022-03-05 15:26:25 +08:00
Clansty 80473dde21
fix: ForwardController 中可能的 UnhandledException 2022-03-05 12:27:49 +08:00
Clansty d3e266d80f
perf: no need to run prisma generate again 2022-03-04 20:02:53 +08:00
Clansty 4a55797bad
fix: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api 2022-03-04 19:59:13 +08:00
Clansty 109346f77f
fix: 硬编码 repo 名称来确保小写 2022-03-04 19:48:00 +08:00
Clansty 4a3c46393c
perf: 构建时拉取老镜像以获取缓存 2022-03-04 19:44:11 +08:00
Clansty b9af098233
feat: 闪照 2022-03-04 18:50:11 +08:00
Clansty 52c3d68b4c
feat: 获取文件下载地址 2022-03-04 17:47:28 +08:00
Clansty 49c624343f
perf: 自己生成 message brief 2022-03-02 23:38:16 +08:00
Clansty a39a7b43d2
feat: 显示匿名消息发送者名称 2022-03-02 21:51:59 +08:00
Clansty 069b72491f
perf: 在选择界面中隐藏已经创建了关联的群或好友 2022-03-02 21:40:08 +08:00
Clansty a28fe3e18c
fix: 在文件夹中设置置顶之后再创建新的转发,置顶丢失 2022-03-02 21:32:47 +08:00
Clansty 4959707d8d
fix: set integers in db to 64bit BigInt
issue: https://github.com/prisma/prisma/issues/7570
2022-03-02 21:23:00 +08:00
Clansty 16acb6db14
fix: 数据库中的 ID 错误 2022-03-02 21:06:15 +08:00
Clansty c44e1be231
perf: 使用 Bytes 存放 md5 2022-03-02 19:40:51 +08:00
Clansty 1727c39603
fix: build command 2022-03-02 18:49:07 +08:00
Clansty e4ed04a995
perf: docker 部署 2022-03-02 18:37:16 +08:00
Clansty ade2a7b9b7
feat: tgs 的转换和转发 2022-03-02 18:29:14 +08:00
Clansty 85b7c2256e
feat: 自动转发较小的群文件,并且在转发失败时提示 2022-03-02 16:02:08 +08:00
Clansty 58362b8de5
feat: 语音转发 2022-03-02 15:38:52 +08:00
Clansty 3c03ce63d3
feat: 加入新群时询问用户是否关联 2022-03-02 14:07:21 +08:00
Clansty 58b623f688
feat: docker 部署 2022-03-01 23:04:15 +08:00
Clansty 93113fe343
feat: 默认解除私聊的静音 2022-03-01 21:37:01 +08:00
Clansty ffdfc90b96
feat: 新的好友发送消息时自动创建新的 tg 群组 2022-03-01 21:11:14 +08:00
Clansty 334aa46375
feat: 自动处理到超级群组到转换 2022-03-01 16:14:04 +08:00
Clansty 377a34f4a3
fix: 转换地图坐标系 2022-03-01 14:49:57 +08:00
Clansty 848d926cc6
feat: 从 TG 到 QQ 到消息转发 2022-02-26 18:15:40 +08:00
Clansty 61c79bb0e7
fix: 导入 file-type 时出错
https://github.com/microsoft/TypeScript/issues/43329
2022-02-26 00:33:12 +08:00
Clansty 081ecde6b7
feat: 发送密码后自动删除 2022-02-26 00:15:53 +08:00
Clansty a59c02ae64
fix: Session 缓存的 ID 应该是 string,因为 `utils.getPeerId` 返回值是 string 2022-02-25 23:54:11 +08:00
Clansty 43cdd870e9
fix: 使用行内键盘输入登录验证码
https://t.me/Clanstty/234
2022-02-25 23:47:47 +08:00
Clansty 5275f8830d
fix: WaitForMessageHelper 用不了 2022-02-24 21:23:35 +08:00
Clansty a8b87a49dd
feat: 将 session 存储在数据库中 2022-02-24 21:16:19 +08:00
Clansty f71b04c62b
feat: 创建群组后自动关闭【添加成员】快捷条 2022-02-24 18:34:48 +08:00
Clansty ceddf86453
feat: 可以转发消息了,session 需要存储 2022-02-24 18:27:06 +08:00
Clansty 042f90d119
perf: 用单独的模块管理 forwardPair 2022-02-23 20:25:26 +08:00