forked from tildetown/town
include username lol
This commit is contained in:
parent
51a2b386ea
commit
c46e8806d0
@ -63,6 +63,7 @@ type physicalData struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type rsvpData struct {
|
type rsvpData struct {
|
||||||
|
Username string
|
||||||
Being string
|
Being string
|
||||||
PhysicalData *physicalData `yaml:"PhysicalData,omitempty"`
|
PhysicalData *physicalData `yaml:"PhysicalData,omitempty"`
|
||||||
Freeform string
|
Freeform string
|
||||||
@ -151,6 +152,7 @@ func rsvp(o opts) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rd := rsvpData{
|
rd := rsvpData{
|
||||||
|
Username: o.Username,
|
||||||
Being: being,
|
Being: being,
|
||||||
Freeform: freeform,
|
Freeform: freeform,
|
||||||
PhysicalData: pd}
|
PhysicalData: pd}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user