Hejto.pl
Dodaj post

Wpisz coś do wyszukania (minimum 2 znaki)

Wpis użytkownika jasieksor w Hejto

Kompan

w Hejto

5piorunów

@hejto : nie wiem czy to było zgłaszane, ale obecnie zapisywanie preferencji w profilu nie działa - request zwraca błąd 400.

Serwer nie lubi pola "default_community" w żądaniu - jak się je usunie, to jest już git.

To nie działa:

{

"theme": "light",

"subscribe_newsletter": 0,

"subscribe_unread_conversations_emails": 0,

"subscribe_unread_notifications_emails": 0,

"subscribe_user_mention_notifications": 0,

"subscribe_post_comment_notifications": 0,

"subscribe_post_like_notifications": 1,

"subscribe_comment_like_notifications": 1,

"subscribe_new_follower_notifications": 0,

"subscribe_reflink_used_notifications": 0,

"subscribe_followed_user_post_notifications": 0,

"subscribe_followed_tag_post_notifications": 0,

"subscribe_followed_community_post_notifications": 0,

"show_nsfw": 0,

"blur_nsfw": 0,

"default_sort":"hot-6"

"default_community": "dyskusje"

}

To działa:

{

"theme": "light",

"subscribe_newsletter": 0,

"subscribe_unread_conversations_emails": 0,

"subscribe_unread_notifications_emails": 0,

"subscribe_user_mention_notifications": 0,

"subscribe_post_comment_notifications": 0,

"subscribe_post_like_notifications": 1,

"subscribe_comment_like_notifications": 1,

"subscribe_new_follower_notifications": 0,

"subscribe_reflink_used_notifications": 0,

"subscribe_followed_user_post_notifications": 0,

"subscribe_followed_tag_post_notifications": 0,

"subscribe_followed_community_post_notifications": 0,

"show_nsfw": 0,

"blur_nsfw": 0,

"default_sort":"hot-6"

}

Komentarze (3)