chore(profile): set source again

This commit is contained in:
Evangelos Paterakis 2023-02-09 02:37:24 +02:00
parent 8a65661700
commit 23a0c5df7c
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ public class Tooth.Views.Profile : Views.Timeline {
}
protected void change_timeline_source (string t_source) {
source = t_source;
accepts = t_source == "statuses" ? typeof (API.Status) : typeof (API.Account);
url = @"/api/v1/accounts/$(profile.id)/$t_source";