lemmy/api_tests/src
Dessalines 16a82862b8
Allow empty string to clear URL-type DB fields. (#4780)
* Allow empty string to clear URL-type DB fields.

- To address difficulties with clearing URL-type fields like
  avatars, banners, site icons, this PR turns the URL type form
  fields into strings.
- This allows an empty string to be used as a "clear data", as
  in the case with the regular text form fields.
- Also includes various cleanups.
- Fixes #4777
- Context: #2287

* Fixing comment.

* Use Option<&str> and deref.

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2024-06-06 09:55:08 -04:00
..
comment.spec.ts Prevent bot replies from increasing unread reply count when bot accounts are not shown (#4747) 2024-05-29 17:55:15 -04:00
community.spec.ts Fixing proxy images (#4722) 2024-05-22 10:28:47 +02:00
follow.spec.ts Fixing custom_thumbnail updates. (#4593) 2024-04-10 10:59:46 -04:00
image.spec.ts Fixing proxied images for federated posts. (#4737) 2024-05-23 11:11:25 -04:00
post.spec.ts Fixing proxy images (#4722) 2024-05-22 10:28:47 +02:00
private_message.spec.ts Fixing custom_thumbnail updates. (#4593) 2024-04-10 10:59:46 -04:00
shared.ts Prevent bot replies from increasing unread reply count when bot accounts are not shown (#4747) 2024-05-29 17:55:15 -04:00
user.spec.ts Allow empty string to clear URL-type DB fields. (#4780) 2024-06-06 09:55:08 -04:00