Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add /api/v1/admin/custom_emojis endpoint #902

Merged
merged 25 commits into from
Oct 12, 2022
Merged

Conversation

tsmethurst
Copy link
Contributor

This PR adds the abovementioned endpoint to allow admins to page through custom emojis.

The following parameters are supported:

//	parameters:
//	-
//		name: filter
//		type: string
//		description: |-
//			Comma-separated list of filters to apply to results. Recognized filters are:
//
//			`domain:[domain]` -- show emojis from the given domain, eg `?filter=domain:example.org` will show emojis from `example.org` only.
//			Instead of giving a specific domain, you can also give either one of the key words `local` or `all` to show either local emojis only (`domain:local`) or show all emojis from all domains (`domain:all`).
//			Note: `domain:*` is equivalent to `domain:all` (including local).
//
//			`disabled` -- include emojis that have been disabled.
//
//			`enabled` -- include emojis that are enabled.
//
//			`shortcode:[shortcode]` -- show only emojis with the given shortcode, eg `?filter=shortcode:blob_cat_uwu` will show only emojis with the shortcode `blob_cat_uwu` (case sensitive).
//
//			If neither `disabled` or `enabled` are provided, both disabled and enabled emojis will be shown.
//
//			If no filter query string is provided, the default `domain:all` will be used, which will show all emojis from all domains.
//		in: query
//		required: false
//		default: "domain:all"
//	-
//		name: limit
//		type: integer
//		description: Number of emojis to return. If below 1, will be set to 1, if greater than 50, will be set to 50.
//		default: 30
//		in: query
//	-
//		name: max_shortcode_domain
//		type: string
//		description: >-
//			Return only emojis with `[shortcode]@[domain]` *LOWER* (alphabetically) than given `[shortcode]@[domain]`.
//			For example, if `max_shortcode_domain=beep@example.org`, then returned values might include emojis with
//			`[shortcode]@[domain]`s like `car@example.org`, `debian@aaa.com`, `test@` (local emoji), etc.
//
//			Emoji with the given `[shortcode]@[domain]` will not be included in the result set.
//		in: query
//	-
//		name: min_shortcode_domain
//		type: string
//		description: >-
//			Return only emojis with `[shortcode]@[domain]` *HIGHER* (alphabetically) than given `[shortcode]@[domain]`.
//			For example, if `max_shortcode_domain=beep@example.org`, then returned values might include emojis with
//			`[shortcode]@[domain]`s like `arse@test.com`, `0101_binary@hackers.net`, `bee@` (local emoji), etc.
//
//			Emoji with the given `[shortcode]@[domain]` will not be included in the result set.
//		in: query

Combining these parameters allows clients to page through all emojis, page through emojis from a specific domain (including local), look at all versions of an emoji with the same shortcode,

To help clients with paging, they can use the prev/next Link header values to get the prev + next pages.

Example request:

curl -v -H 'Authorization: Bearer SOME_BEARER_TOKEN' 'https://goblin.technology/api/v1/admin/custom_emojis?filter=domain:rage.love'

response:

Link header: <https://goblin.technology/api/v1/admin/custom_emojis?limit=30&max_shortcode_domain=blobcatcoffee@rage.love&filter=domain:rage.love>; rel="next", <https://goblin.technology/api/v1/admin/custom_emojis?limit=30&min_shortcode_domain=_gayheart2@rage.love&filter=domain:rage.love>; rel="prev"

body:
[
  {
    "shortcode": "_gayheart2",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/0115D1H7B4YGHVSQZQ5BAFG4BR.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/0115D1H7B4YGHVSQZQ5BAFG4BR.png",
    "visible_in_picker": false,
    "id": "0115D1H7B4YGHVSQZQ5BAFG4BR",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-30T08:11:47.037Z",
    "total_file_size": 9673,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/47665"
  },
  {
    "shortcode": "ablobcatrave",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01MKY9BD4A223PT1SS04H6920Q.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01MKY9BD4A223PT1SS04H6920Q.png",
    "visible_in_picker": false,
    "id": "01MKY9BD4A223PT1SS04H6920Q",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-30T08:11:59.836Z",
    "total_file_size": 18191,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/38898"
  },
  {
    "shortcode": "adora_no",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01E0N446W2DPSDD69PS90BXV5W.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01E0N446W2DPSDD69PS90BXV5W.png",
    "visible_in_picker": false,
    "id": "01E0N446W2DPSDD69PS90BXV5W",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-01T16:49:24.420Z",
    "total_file_size": 73214,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/38363"
  },
  {
    "shortcode": "adora_yes",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01RDW4N2KZJSDFMV3R4ZGF2KRG.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01RDW4N2KZJSDFMV3R4ZGF2KRG.png",
    "visible_in_picker": false,
    "id": "01RDW4N2KZJSDFMV3R4ZGF2KRG",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-01T16:49:24.537Z",
    "total_file_size": 66625,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/38362"
  },
  {
    "shortcode": "anarchistflag",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01QBJ1RRTBBWNWCMZ0WRDT018Y.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01QBJ1RRTBBWNWCMZ0WRDT018Y.png",
    "visible_in_picker": false,
    "id": "01QBJ1RRTBBWNWCMZ0WRDT018Y",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-01T11:11:26.509Z",
    "total_file_size": 2099,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/38410"
  },
  {
    "shortcode": "at_me",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01KRVA5XWFVEKDTGP4HA76X4WJ.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01KRVA5XWFVEKDTGP4HA76X4WJ.png",
    "visible_in_picker": false,
    "id": "01KRVA5XWFVEKDTGP4HA76X4WJ",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-26T11:26:02.416Z",
    "total_file_size": 43461,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/38552"
  },
  {
    "shortcode": "be_cool",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/015A9GTHJDRX7PF8ZAGQC36BX7.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/015A9GTHJDRX7PF8ZAGQC36BX7.png",
    "visible_in_picker": false,
    "id": "015A9GTHJDRX7PF8ZAGQC36BX7",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-30T08:11:53.926Z",
    "total_file_size": 41663,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/46554"
  },
  {
    "shortcode": "blackheartsparkle",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01WGQYGQ95AGWPR6VMD4B9M6AN.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01WGQYGQ95AGWPR6VMD4B9M6AN.png",
    "visible_in_picker": false,
    "id": "01WGQYGQ95AGWPR6VMD4B9M6AN",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-03T03:37:35.615Z",
    "total_file_size": 4673,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/6068"
  },
  {
    "shortcode": "blacktransfox",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01N9A400D04GTB7XW42W0WM9ZS.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01N9A400D04GTB7XW42W0WM9ZS.png",
    "visible_in_picker": false,
    "id": "01N9A400D04GTB7XW42W0WM9ZS",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-04T10:39:24.962Z",
    "total_file_size": 8889,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/37262"
  },
  {
    "shortcode": "blob_cheerful",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01VZ04DY4BEC2FYG5F1AMSR5H8.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01VZ04DY4BEC2FYG5F1AMSR5H8.png",
    "visible_in_picker": false,
    "id": "01VZ04DY4BEC2FYG5F1AMSR5H8",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-01T23:08:42.405Z",
    "total_file_size": 18922,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/80004"
  },
  {
    "shortcode": "blob_facepalm",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01DTFMKKAH13N5KPZJCJDDCSJ5.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01DTFMKKAH13N5KPZJCJDDCSJ5.png",
    "visible_in_picker": false,
    "id": "01DTFMKKAH13N5KPZJCJDDCSJ5",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-04T18:23:48.371Z",
    "total_file_size": 36938,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/80003"
  },
  {
    "shortcode": "blob_fingerguns",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01DZRJM59B9SPR30KAFTZN0SFZ.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01DZRJM59B9SPR30KAFTZN0SFZ.png",
    "visible_in_picker": false,
    "id": "01DZRJM59B9SPR30KAFTZN0SFZ",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-03T11:39:53.620Z",
    "total_file_size": 27434,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79995"
  },
  {
    "shortcode": "blob_fingerscrossed",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01E0NWEW24TRDH2SG19DAW88H5.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01E0NWEW24TRDH2SG19DAW88H5.png",
    "visible_in_picker": false,
    "id": "01E0NWEW24TRDH2SG19DAW88H5",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-07T23:46:30.622Z",
    "total_file_size": 25940,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79996"
  },
  {
    "shortcode": "blob_giggle",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01A0KXQQPV7BX5CMNF6W1KRC9T.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01A0KXQQPV7BX5CMNF6W1KRC9T.png",
    "visible_in_picker": false,
    "id": "01A0KXQQPV7BX5CMNF6W1KRC9T",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-30T23:08:48.317Z",
    "total_file_size": 27158,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79991"
  },
  {
    "shortcode": "blob_hearteyes",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01J5XQVRW728G6SYHDHYJD9B61.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01J5XQVRW728G6SYHDHYJD9B61.png",
    "visible_in_picker": false,
    "id": "01J5XQVRW728G6SYHDHYJD9B61",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-29T15:48:34.512Z",
    "total_file_size": 21481,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79962"
  },
  {
    "shortcode": "blob_nwn",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01D1XQJVWP5BBD21QNBHPGXKA4.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01D1XQJVWP5BBD21QNBHPGXKA4.png",
    "visible_in_picker": false,
    "id": "01D1XQJVWP5BBD21QNBHPGXKA4",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-08T17:43:08.552Z",
    "total_file_size": 20563,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79966"
  },
  {
    "shortcode": "blob_pray",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01K5JKF6JHFV3R76ETANV44K41.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01K5JKF6JHFV3R76ETANV44K41.png",
    "visible_in_picker": false,
    "id": "01K5JKF6JHFV3R76ETANV44K41",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-07T16:09:56.867Z",
    "total_file_size": 5631,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79980"
  },
  {
    "shortcode": "blob_raccoon_blueheart",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01CEZ13RCFS6YHVANHCHF404HB.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01CEZ13RCFS6YHVANHCHF404HB.png",
    "visible_in_picker": false,
    "id": "01CEZ13RCFS6YHVANHCHF404HB",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-04T19:53:05.977Z",
    "total_file_size": 27902,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/22045"
  },
  {
    "shortcode": "blob_smiletear",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01A8VJ60Y7K7B0RDB5NXJQYB6F.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01A8VJ60Y7K7B0RDB5NXJQYB6F.png",
    "visible_in_picker": false,
    "id": "01A8VJ60Y7K7B0RDB5NXJQYB6F",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-30T08:11:42.657Z",
    "total_file_size": 15634,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79990"
  },
  {
    "shortcode": "blob_sobglasses",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01MMXFV9AQ4FAEX87ERW35XEQE.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01MMXFV9AQ4FAEX87ERW35XEQE.png",
    "visible_in_picker": false,
    "id": "01MMXFV9AQ4FAEX87ERW35XEQE",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-28T19:56:37.081Z",
    "total_file_size": 26240,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79977"
  },
  {
    "shortcode": "blob_sunglasses",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01J345AZCG4PD7QEK11YYK5T0R.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01J345AZCG4PD7QEK11YYK5T0R.png",
    "visible_in_picker": false,
    "id": "01J345AZCG4PD7QEK11YYK5T0R",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-04T11:51:22.306Z",
    "total_file_size": 20621,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79981"
  },
  {
    "shortcode": "blob_sweats",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01WMDW45FAZ5HG3SFVZ826ANV2.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01WMDW45FAZ5HG3SFVZ826ANV2.png",
    "visible_in_picker": false,
    "id": "01WMDW45FAZ5HG3SFVZ826ANV2",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-28T00:50:44.988Z",
    "total_file_size": 25260,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79985"
  },
  {
    "shortcode": "blob_thinkingdown",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01M03VTHD250JPW0N9MFBYW9XC.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01M03VTHD250JPW0N9MFBYW9XC.png",
    "visible_in_picker": false,
    "id": "01M03VTHD250JPW0N9MFBYW9XC",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-08T23:53:40.780Z",
    "total_file_size": 22757,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79960"
  },
  {
    "shortcode": "blob_thinkingfast",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01GTT6GPJC5A5WFRFNFCE39118.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01GTT6GPJC5A5WFRFNFCE39118.png",
    "visible_in_picker": false,
    "id": "01GTT6GPJC5A5WFRFNFCE39118",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-06T00:26:46.181Z",
    "total_file_size": 46057,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79978"
  },
  {
    "shortcode": "blob_thumbsup",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/014Q7VWWZ4BWJXVGDXB894GBZH.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/014Q7VWWZ4BWJXVGDXB894GBZH.png",
    "visible_in_picker": false,
    "id": "014Q7VWWZ4BWJXVGDXB894GBZH",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-30T19:39:12.949Z",
    "total_file_size": 18534,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/79983"
  },
  {
    "shortcode": "blobcat",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01WTVZGEQW026CCS85T5VD553W.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01WTVZGEQW026CCS85T5VD553W.png",
    "visible_in_picker": false,
    "id": "01WTVZGEQW026CCS85T5VD553W",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-07T15:39:40.414Z",
    "total_file_size": 18871,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/6687"
  },
  {
    "shortcode": "blobcat_mlem",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01END8FNKMRYY9B0M68EX02VV4.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01END8FNKMRYY9B0M68EX02VV4.png",
    "visible_in_picker": false,
    "id": "01END8FNKMRYY9B0M68EX02VV4",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-06T13:36:42.110Z",
    "total_file_size": 30732,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/21529"
  },
  {
    "shortcode": "blobcataww",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01285ETQNF1Q6FBFHG4ZKBDMJR.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01285ETQNF1Q6FBFHG4ZKBDMJR.png",
    "visible_in_picker": false,
    "id": "01285ETQNF1Q6FBFHG4ZKBDMJR",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-03T03:39:36.537Z",
    "total_file_size": 28178,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/21553"
  },
  {
    "shortcode": "blobcatburger",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01JVKDA7AYXA01KZ0A3KD3RQQZ.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01JVKDA7AYXA01KZ0A3KD3RQQZ.png",
    "visible_in_picker": false,
    "id": "01JVKDA7AYXA01KZ0A3KD3RQQZ",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-10-08T17:05:22.544Z",
    "total_file_size": 54726,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/61672"
  },
  {
    "shortcode": "blobcatcoffee",
    "url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/original/01D2PMRJF9T1RD66N7HMD6BWS3.png",
    "static_url": "https://goblin.technology/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/emoji/static/01D2PMRJF9T1RD66N7HMD6BWS3.png",
    "visible_in_picker": false,
    "id": "01D2PMRJF9T1RD66N7HMD6BWS3",
    "disabled": false,
    "domain": "rage.love",
    "updated_at": "2022-09-29T19:14:28.586Z",
    "total_file_size": 24359,
    "content_type": "image/png",
    "uri": "https://rage.love/emojis/21530"
  }
]

Part of #797

@tsmethurst tsmethurst merged commit eb85ef7 into main Oct 12, 2022
@tsmethurst tsmethurst deleted the admin_emojis_get branch October 12, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant