libreddit/src
gmnsii 8be69f6fe5 Checks if the link contains the parameter instead of ends with it
To know if the gate should be bypassed, we check if the link contains
the pasameter instead of checking if the link ends with it. This is
impostant, for example if we were to implement searching for comments
within a post. If we wanted to search for comments within a post that we
have bypassed the gate to view: the link will look like
https://libreddit-instance/r/somesub/comments/post-id/post-title&bypass_nsfw_landing/?q=some-query&type=comment
2023-03-23 12:36:04 -07:00
..
client.rs Fix default subscriptions (#732) 2023-03-08 21:53:23 -07:00
config.rs Fix default subscriptions (#732) 2023-03-08 21:53:23 -07:00
duplicates.rs Change the bypass message and format code 2023-03-23 11:09:33 -07:00
instance_info.rs Fix default subscriptions (#732) 2023-03-08 21:53:23 -07:00
main.rs Fix default subscriptions (#732) 2023-03-08 21:53:23 -07:00
post.rs Change the bypass message and format code 2023-03-23 11:09:33 -07:00
search.rs Make gated subreddits accessible by treating them as quarantined (#722) 2023-02-26 00:40:32 -07:00
server.rs Cache result of `server::determine_compressor`. 2022-12-04 17:56:02 -07:00
settings.rs added leaving reddit dialog (#643) 2023-02-08 00:24:06 -07:00
subreddit.rs Change the bypass message and format code 2023-03-23 11:09:33 -07:00
user.rs Change the bypass message and format code 2023-03-23 11:09:33 -07:00
utils.rs Checks if the link contains the parameter instead of ends with it 2023-03-23 12:36:04 -07:00