Is there a way to open links in new windows? I can’t find anything in the settings and it’s kind of annoying. Thanks

  • sinokon@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    10 months ago

    There are attributes in the my_user for it, however even setting it to true via API as there are no “settings” for it yet on my account does nothing as there is no functionality implemented at the moment as far I understand:

    spoiler
    "my_user": {
        "local_user_view": {
            "local_user": {
                "id": removed_for_privacy,
                "person_id": 637014,
                "email": "removed_for_privacy",
                "show_nsfw": true,
                "theme": "browser",
                "default_sort_type": "Active",
                "default_listing_type": "Local",
                "interface_language": "browser",
                "show_avatars": true,
                "send_notifications_to_email": false,
                "validator_time": "removed_for_privacy",
                "show_scores": true,
                "show_bot_accounts": true,
                "show_read_posts": true,
                "show_new_post_notifs": false,
                "email_verified": true,
                "accepted_application": true,
                "open_links_in_new_tab": true,
                "infinite_scroll_enabled": true
            },
    

    But damn it would be a nice feature tho.