owpengram-server/internal/store/postgres
Astra 879ff48b49 channels: force pre-history visible when a group gets a public username
New supergroups are created with "chat history for new members" hidden (the
client sets this right after creation, matching official Telegram). The
official server then forces it back to visible when the group is made public;
owpengram's UpdateUsername left the flag alone, leaving public groups in a
state where non-members (and post-join members) see no history at all.

UpdateUsername now clears pre_history_hidden whenever a non-empty username is
assigned, in the same transaction, with a matching admin-log event. Removing
the username leaves the flag untouched, so the creator can hide history again
once the group is private.
2026-09-09 12:51:23 +01:00
..
queries s3 support 2026-08-04 23:09:11 +03:00
sqlcgen s3 support 2026-08-04 23:09:11 +03:00
account.go fix: sync harden auth, privacy, and PTS state 2026-08-02 14:12:04 +08:00
account_lifecycle.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
account_lifecycle_integration_test.go feat: sync account deletion lifecycle 2026-07-19 20:35:58 +08:00
account_login_email_integration_test.go feat: sync login email verification support 2026-07-08 17:09:44 +08:00
account_notify_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
account_settings_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
account_stickers_integration_test.go feat: sync GIFv and saved GIF support 2026-07-11 21:43:13 +08:00
admin.go fix: sync account freeze peer visibility 2026-07-22 02:03:00 +08:00
admin_freeze_integration_test.go fix: sync account freeze peer visibility 2026-07-22 02:03:00 +08:00
ai.go feat: sync AI compose and ChatBot features 2026-07-03 19:43:20 +08:00
ai_integration_test.go feat: sync AI compose and ChatBot features 2026-07-03 19:43:20 +08:00
album_group.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
album_group_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
auth_delivery_report.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
auth_delivery_report_integration_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
auth_identity_lock.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
auth_identity_lock_integration_test.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
auth_key_expiry_migration_integration_test.go fix: sync temp auth key expiry boundaries 2026-07-13 23:04:15 +08:00
auth_login_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
authkey.go fix: sync remote authorization revoke logout 2026-07-24 21:39:00 +08:00
authkey_integration_test.go feat: sync collectible star gifts 2026-07-16 12:38:53 +08:00
authkey_retention_integration_test.go fix: sync temp auth key expiry boundaries 2026-07-13 23:04:15 +08:00
authkey_session_layer.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
authkey_session_layer_integration_test.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
authorization.go fix: sync remote authorization revoke logout 2026-07-24 21:39:00 +08:00
authorization_revoke_integration_test.go fix: sync remote authorization revoke logout 2026-07-24 21:39:00 +08:00
bootstrap_update_job.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
bootstrap_update_job_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
bot.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
bot_integration_test.go feat: sync bot setup and webhook diagnostics 2026-07-22 00:51:52 +08:00
bot_miniapp.go feat: sync bot keyboards and callbacks 2026-07-19 20:38:48 +08:00
bot_verification.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
bot_verification_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
botapi_update.go feat: sync ephemeral transient messages 2026-07-20 16:43:27 +08:00
botapi_update_integration_test.go feat: sync ephemeral transient messages 2026-07-20 16:43:27 +08:00
broadcast.go added ability to broadcast 2026-08-06 15:22:36 +03:00
business.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
business_integration_test.go fix: sync temp auth key expiry boundaries 2026-07-13 23:04:15 +08:00
channel_admin_integration_test.go fix: sync latest Android and langpack updates 2026-07-02 14:09:24 +08:00
channel_admin_log.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_boost_cache.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_boost_cache_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_boosts.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_core.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_core_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_delete_monoforum_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_dialog_cache.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_dialog_cache_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_dialog_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_dialog_mention_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_dialogs.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_difference_integration_test.go fix: sync public channel preview updates 2026-07-24 14:50:17 +08:00
channel_discussion_read_target_integration_test.go fix: sync linked discussion guest support 2026-07-11 23:18:24 +08:00
channel_forum_topics_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_groupcall.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_helpers.go forum: fix reply_to_top_id for replies inside a forum 2026-09-09 11:15:56 +01:00
channel_history_ttl.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_id_recovery_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_invite_exported.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_invite_helpers.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_invite_import.go fix for preview 2026-07-13 10:11:29 +03:00
channel_invite_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_invite_members.go feat: sync monoforum and collectible emoji status 2026-07-19 20:37:10 +08:00
channel_invite_requests.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_listener.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_member_admin.go feat: sync community aggregates 2026-07-20 16:46:02 +08:00
channel_member_bot_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_member_cache.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_member_cache_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_member_cache_test.go feat: sync privacy read-model rules 2026-07-24 11:56:59 +08:00
channel_member_helpers.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_member_index_plan_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
channel_member_join.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_member_join_requests.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_member_list.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_member_rank_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_message_delete.go s3 support 2026-08-04 23:09:11 +03:00
channel_message_edit.go feat: sync rich text message support 2026-07-04 21:15:35 +08:00
channel_message_helpers.go feat: sync monoforum and collectible emoji status 2026-07-19 20:37:10 +08:00
channel_message_history.go fix(channels): sync monoforum suggested forwards and reactions 2026-07-30 16:05:34 +08:00
channel_message_integration_test.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_message_send.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_message_settings.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_message_views.go fix: sync authorize monoforum message views 2026-07-30 20:09:47 +08:00
channel_monoforum.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_monoforum_integration_test.go fix: sync harden channel reads and suggested approvals 2026-07-28 16:22:33 +08:00
channel_monoforum_send_integration_test.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_multi_pin_integration_test.go fix(messages): sync exact channel pinned counts 2026-07-27 00:17:25 +08:00
channel_poll_fanout_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_polls.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_public_preview_integration_test.go fix: sync harden channel reads and suggested approvals 2026-07-28 16:22:33 +08:00
channel_reaction_catalog.go feat(messages): sync saved message tags 2026-07-25 19:23:19 +08:00
channel_reaction_helpers.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_reaction_messages.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_reaction_policy_integration_test.go fix: sync stars topup and paid reaction settings 2026-07-08 01:19:22 +08:00
channel_reaction_settings.go fix: sync stars topup and paid reaction settings 2026-07-08 01:19:22 +08:00
channel_reaction_unread.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_read.go perf: sync megagroup unread derivation 2026-07-09 13:49:34 +08:00
channel_read_integration_test.go fix(channels): sync preserve locally cleared dialogs 2026-07-29 16:19:04 +08:00
channel_recent_repliers_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_recommendations_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_row_cache.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_row_cache_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_row_cache_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_send_idempotency_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
channel_settings.go channels: force pre-history visible when a group gets a public username 2026-09-09 12:51:23 +01:00
channel_store.go admin: gift granting, collectible attribute/number control, and Layer 228 moderation tools 2026-07-23 04:00:29 +03:00
channel_store_testkit_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_suggested_post.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_suggested_post_integration_test.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
channel_topic_read.go forum: let non-members browse a public forum's topic list 2026-09-09 11:15:56 +01:00
channel_topic_read_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_topics.go forum: let non-members browse a public forum's topic list 2026-09-09 11:15:56 +01:00
channel_update_retention.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
channel_update_retention_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
channel_updates.go fix: sync public channel preview updates 2026-07-24 14:50:17 +08:00
channel_username_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
channel_verified_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
channel_webpage_resolve_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
chatlist.go feat: sync chatlist sharing support 2026-07-06 21:06:33 +08:00
client_telemetry.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
collectible_username.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
collectible_username_integration_test.go fix(usernames): sync index active collectible aliases 2026-07-28 16:22:34 +08:00
community.go feat: sync community aggregates 2026-07-20 16:46:02 +08:00
community_integration_test.go feat: sync community aggregates 2026-07-20 16:46:02 +08:00
contact.go feat: sync monoforum and collectible emoji status 2026-07-19 20:37:10 +08:00
contact_dialog_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
contiguous_pts_integration_test.go fix: sync harden auth, privacy, and PTS state 2026-08-02 14:12:04 +08:00
counter_source.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
dialog.go feat: sync message translation support 2026-07-12 14:20:26 +08:00
dialog_draft_get_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
dialog_folders_integration_test.go Initial open source release 2026-06-04 01:37:39 +08:00
dialog_top_metadata_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
dispatch_outbox.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
dispatch_outbox_exclusion_integration_test.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
dispatch_outbox_exclusion_test.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
dispatch_outbox_sharding_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
emoji_status_codec_test.go feat: sync monoforum and collectible emoji status 2026-07-19 20:37:10 +08:00
emoji_status_event_integration_test.go feat: sync monoforum and collectible emoji status 2026-07-19 20:37:10 +08:00
encrypted_queue.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
encrypted_queue_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
ephemeral_report.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
ephemeral_report_integration_test.go feat: sync ephemeral transient messages 2026-07-20 16:43:27 +08:00
gif_catalog.go fix for gifs auto-catigorisation 2026-08-24 23:26:57 +03:00
groupcall.go feat: sync group call livestream support 2026-07-06 14:32:45 +08:00
groupcall_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
help.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
history_ttl.go feat: sync account deletion lifecycle 2026-07-19 20:35:58 +08:00
langpack.go feat: sync langpack and auth updates 2026-07-18 00:07:41 +08:00
langpack_seed_integration_test.go feat: sync langpack and auth updates 2026-07-18 00:07:41 +08:00
login_code_delivery.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
login_code_delivery_integration_test.go fix: sync system identity upsert idempotency 2026-07-20 16:51:55 +08:00
login_code_delivery_retention.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
media.go s3 support 2026-08-04 23:09:11 +03:00
media_codec.go feat: sync bot keyboards and callbacks 2026-07-19 20:38:48 +08:00
media_index.go s3 support 2026-08-04 23:09:11 +03:00
media_index_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
media_integration_test.go feat: sync bot keyboards and callbacks 2026-07-19 20:38:48 +08:00
media_refs.go fix 2026-08-25 00:20:05 +03:00
media_refs_integration_test.go s3 support 2026-08-04 23:09:11 +03:00
media_search.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_allocators.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_concurrent_integration_test.go fix: sync harden auth, privacy, and PTS state 2026-08-02 14:12:04 +08:00
message_deadlock_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_delete.go s3 support 2026-08-04 23:09:11 +03:00
message_delete_integration_test.go fix(messages): sync preserve private dialogs after clearing history 2026-07-29 13:51:02 +08:00
message_edit.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
message_effect_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_forward.go fix: sync support private chat content protection 2026-07-28 16:22:33 +08:00
message_grouped_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_helpers.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
message_helpers_test.go fix: preserve formatted date message entities 2026-07-05 20:42:13 +08:00
message_history.go fix(messages): sync preserve private dialogs after clearing history 2026-07-29 13:51:02 +08:00
message_history_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_markup_codec_test.go feat: sync bot keyboards and callbacks 2026-07-19 20:38:48 +08:00
message_markup_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
message_media_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_no_forwards.go fix: sync support private chat content protection 2026-07-28 16:22:33 +08:00
message_no_forwards_integration_test.go fix: sync support private chat content protection 2026-07-28 16:22:33 +08:00
message_pin.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
message_pin_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_plan_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
message_polls.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_reactions.go feat(messages): sync saved message tags 2026-07-25 19:23:19 +08:00
message_reactions_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_reactions_viewpoint_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_read.go fix: sync scoped connection and outbox exclusion updates 2026-07-12 12:01:53 +08:00
message_read_edit_integration_test.go feat: sync AI compose and ChatBot features 2026-07-03 19:43:20 +08:00
message_rich_message_integration_test.go fix: sync rich-only private messages 2026-07-17 17:00:56 +08:00
message_saved_reactions.go feat(messages): sync saved message tags 2026-07-25 19:23:19 +08:00
message_saved_reactions_integration_test.go feat(messages): sync saved message tags 2026-07-25 19:23:19 +08:00
message_send.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
message_send_idempotency_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
message_send_idempotency_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
message_send_integration_test.go feat: sync bot keyboards and callbacks 2026-07-19 20:38:48 +08:00
message_store.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_store_testkit_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
message_webpage_resolve_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
moderation.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
moderation_cases.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
moderation_flags_integration_test.go fix: sync non-PTS moderation updates 2026-07-24 11:57:00 +08:00
moderation_integration_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
moderation_registries.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
passkey.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
peer_username.go fix(usernames): sync index active collectible aliases 2026-07-28 16:22:34 +08:00
phone_change.go fix for phone generation on email signup 2026-07-14 00:30:52 +03:00
phone_change_integration_test.go feat: sync public links and phone change updates 2026-07-10 22:01:44 +08:00
poll.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
postgres.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
privacy.go fix: sync non-PTS privacy updates 2026-07-24 11:57:00 +08:00
privacy_integration_test.go fix: sync non-PTS privacy updates 2026-07-24 11:57:00 +08:00
private_send_migration_compat_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
query_stats.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
query_stats_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
read_model_listener.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
read_model_versions.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
retention_migration_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
saved_dialog.go fix(messages): sync preserve private dialogs after clearing history 2026-07-29 13:51:02 +08:00
saved_dialog_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
scheduled_message.go feat: sync rich text message support 2026-07-04 21:15:35 +08:00
scheduled_message_integration_test.go feat: sync rich text message support 2026-07-04 21:15:35 +08:00
secretchat.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
secretchat_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
send_replay_migration_integration_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
story.go fix: sync contact phone privacy disclosure 2026-07-24 11:56:58 +08:00
story_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
story_peer_read_model_test.go fix: sync account freeze peer visibility 2026-07-22 02:03:00 +08:00
telegram_login.go feat: sync Telegram Login OIDC provider 2026-07-21 15:46:24 +08:00
telegram_login_integration_test.go feat: sync Telegram Login OIDC provider 2026-07-21 15:46:24 +08:00
temp_auth_key.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
temp_auth_key_identity_integration_test.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
themes.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
themes_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
trace.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
translation_settings_integration_test.go feat: sync message translation support 2026-07-12 14:20:26 +08:00
update_event.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
update_event_discussion_types_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
update_event_pin_reply_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
update_event_retention.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
update_event_retention_integration_test.go fix: sync temp auth key expiry boundaries 2026-07-13 23:04:15 +08:00
updatestate.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
updatestate_delivery_test.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
user.go removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
user_color_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
user_pts.go Merge remote-tracking branch 'upstream/main' into merge-gramsrv-9106877 2026-08-03 23:29:20 +03:00
verification.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
verification_integration_test.go feat: add NFT usernames and bot verification (#22) 2026-07-28 01:18:00 +08:00
web_page.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
web_page_integration_test.go chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00