mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added timestamp
This commit is contained in:
parent
f95d6f8bec
commit
2834f76230
@ -1,5 +1,6 @@
|
||||
import React from "react"
|
||||
import * as antd from "antd"
|
||||
import { DateTime } from "luxon"
|
||||
|
||||
import { Icons } from "components/Icons"
|
||||
|
||||
@ -160,6 +161,7 @@ export default (props) => {
|
||||
let RequestData = {
|
||||
type: "playlist",
|
||||
message: playlistDescription,
|
||||
timestamp: DateTime.local().toISO(),
|
||||
data: {
|
||||
title: playlistName,
|
||||
cover: coverURL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user