feat: sync chatlist sharing support
This commit is contained in:
parent
ec6e8fd13d
commit
2a9c12263f
62 changed files with 3408 additions and 212 deletions
|
|
@ -5889,7 +5889,7 @@ func TestStoriesLongtailCompatHandlers(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatalf("export story link: %v", err)
|
||||
}
|
||||
if link.Link != "https://telesrv.local/story/user/9311/1" {
|
||||
if link.Link != "https://telesrv.net/story/user/9311/1" {
|
||||
t.Fatalf("export story link = %q, want deterministic telesrv link", link.Link)
|
||||
}
|
||||
if _, err := r.onStoriesExportStoryLink(reqCtx, &tg.StoriesExportStoryLinkRequest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue